diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-28 14:48:32 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-28 14:48:32 +0000 |
| commit | bd3ae51093b504bd035cb698c637ef6f82994ba2 (patch) | |
| tree | 1a0d5d39a1432106341212db5b74501dfad85d09 /arch/x86_64/src/memory | |
| parent | aa981cad951c4aa2a5e2f7a7f8f1b7b9a0ff4bcd (diff) | |
| download | teachos-bd3ae51093b504bd035cb698c637ef6f82994ba2.tar.xz teachos-bd3ae51093b504bd035cb698c637ef6f82994ba2.zip | |
Remove not required includes
Diffstat (limited to 'arch/x86_64/src/memory')
| -rw-r--r-- | arch/x86_64/src/memory/paging/page_mapper.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/src/memory/paging/page_mapper.cpp b/arch/x86_64/src/memory/paging/page_mapper.cpp index 0a1fc65..be4b259 100644 --- a/arch/x86_64/src/memory/paging/page_mapper.cpp +++ b/arch/x86_64/src/memory/paging/page_mapper.cpp @@ -1,7 +1,5 @@ #include "arch/memory/paging/page_mapper.hpp" -#include "arch/boot/pointers.hpp" - namespace teachos::arch::memory::paging { namespace |
