diff options
Diffstat (limited to 'arch/x86_64/memory')
-rw-r--r-- | arch/x86_64/memory/message.c | 8 | ||||
-rw-r--r-- | arch/x86_64/memory/page-mapping.c | 2 | ||||
-rw-r--r-- | arch/x86_64/memory/pml4.c | 2 |
3 files changed, 2 insertions, 10 deletions
diff --git a/arch/x86_64/memory/message.c b/arch/x86_64/memory/message.c deleted file mode 100644 index d5bedb7..0000000 --- a/arch/x86_64/memory/message.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <object.h> -#include <stddef.h> -#include <error.h> -#include <device/processor.h> -#include "arch/x86_64/page.h" -#include "arch/x86_64/page-mapping.h" -#include "print.h" - diff --git a/arch/x86_64/memory/page-mapping.c b/arch/x86_64/memory/page-mapping.c index bbf210a..58cf8fe 100644 --- a/arch/x86_64/memory/page-mapping.c +++ b/arch/x86_64/memory/page-mapping.c @@ -1,7 +1,7 @@ #include "arch/x86_64/page-mapping.h" #include "arch/x86_64/page.h" #include "memory.h" -#include "error.h" +#include "api/error.h" #include <stddef.h> #include "print.h" diff --git a/arch/x86_64/memory/pml4.c b/arch/x86_64/memory/pml4.c index b22bcfb..d5fb56b 100644 --- a/arch/x86_64/memory/pml4.c +++ b/arch/x86_64/memory/pml4.c @@ -7,7 +7,7 @@ #include "init.h" #include "string.h" #include "jove.h" -#include "error.h" +#include "api/error.h" #include <stdint.h> #define IDENTITY_BASE 0xFFFF800000000000 |