diff options
author | Andreas Kling <kling@serenityos.org> | 2020-05-16 12:00:04 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-16 12:00:04 +0200 |
commit | 21d5f4ada1a38cc90ff78a18d141e6477ccef333 (patch) | |
tree | 28cff77ef0ceb49a87ec973b30d76dc0628a1361 /Kernel/VM/AnonymousVMObject.h | |
parent | c12cfdea8799b24d2a8c57131e8563ce3dfd66cf (diff) | |
download | serenity-21d5f4ada1a38cc90ff78a18d141e6477ccef333.zip |
Kernel: Absorb LibBareMetal back into the kernel
This was supposed to be the foundation for some kind of pre-kernel
environment, but nobody is working on it right now, so let's move
everything back into the kernel and remove all the confusion.
Diffstat (limited to 'Kernel/VM/AnonymousVMObject.h')
-rw-r--r-- | Kernel/VM/AnonymousVMObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/VM/AnonymousVMObject.h b/Kernel/VM/AnonymousVMObject.h index 12da99df43..13b7222f80 100644 --- a/Kernel/VM/AnonymousVMObject.h +++ b/Kernel/VM/AnonymousVMObject.h @@ -27,7 +27,7 @@ #pragma once #include <Kernel/VM/VMObject.h> -#include <LibBareMetal/Memory/PhysicalAddress.h> +#include <Kernel/PhysicalAddress.h> namespace Kernel { |