aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-28 14:48:32 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-28 14:48:32 +0000
commitbd3ae51093b504bd035cb698c637ef6f82994ba2 (patch)
tree1a0d5d39a1432106341212db5b74501dfad85d09 /arch/x86_64/include
parentaa981cad951c4aa2a5e2f7a7f8f1b7b9a0ff4bcd (diff)
downloadteachos-bd3ae51093b504bd035cb698c637ef6f82994ba2.tar.xz
teachos-bd3ae51093b504bd035cb698c637ef6f82994ba2.zip
Remove not required includes
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/boot/pointers.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/include/arch/boot/pointers.hpp b/arch/x86_64/include/arch/boot/pointers.hpp
index 18c41ce..25800f4 100644
--- a/arch/x86_64/include/arch/boot/pointers.hpp
+++ b/arch/x86_64/include/arch/boot/pointers.hpp
@@ -1,8 +1,6 @@
#ifndef TEACHOS_ARCH_X86_64_BOOT_POINTERS_HPP
#define TEACHOS_ARCH_X86_64_BOOT_POINTERS_HPP
-#include "arch/memory/paging/page_table.hpp"
-
#include <cstddef>
namespace teachos::arch::boot