aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kapi/memory.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-12 10:54:22 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-12 10:54:22 +0100
commit6fdfe22f75c7202eee84b9b89f6abd5dbc60fedc (patch)
treecaf26a2d2b05ada004a7a7e99dc69a3728e89bc5 /arch/x86_64/src/kapi/memory.cpp
parent822b17b852cdc8933881132dd7b862ee74117973 (diff)
downloadteachos-6fdfe22f75c7202eee84b9b89f6abd5dbc60fedc.tar.xz
teachos-6fdfe22f75c7202eee84b9b89f6abd5dbc60fedc.zip
x86_64/cpu: flatten file hierarchy
Diffstat (limited to 'arch/x86_64/src/kapi/memory.cpp')
-rw-r--r--arch/x86_64/src/kapi/memory.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/kapi/memory.cpp b/arch/x86_64/src/kapi/memory.cpp
index cd0bd77..a20483c 100644
--- a/arch/x86_64/src/kapi/memory.cpp
+++ b/arch/x86_64/src/kapi/memory.cpp
@@ -5,7 +5,6 @@
#include "x86_64/boot/boot.hpp"
#include "x86_64/boot/ld.hpp"
-#include "x86_64/cpu/impl/control_registers.hpp"
#include "x86_64/cpu/registers.hpp"
#include "x86_64/memory/buffered_allocator.hpp"
#include "x86_64/memory/kernel_mapper.hpp"