aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel/main.cpp
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-01 14:53:31 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-11-01 14:53:31 +0000
commit08875c9c42c94dd23b16baa70b2be60cf35eb253 (patch)
treea83b0394f887a7ae9e6df26b302efd9b4e3ebee1 /arch/x86_64/src/kernel/main.cpp
parentb9fdcc729c1875858297c0f3fb9d8e6feff71374 (diff)
downloadteachos-08875c9c42c94dd23b16baa70b2be60cf35eb253.tar.xz
teachos-08875c9c42c94dd23b16baa70b2be60cf35eb253.zip
Fix circular dependency issue
Diffstat (limited to 'arch/x86_64/src/kernel/main.cpp')
-rw-r--r--arch/x86_64/src/kernel/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp
index f1d6496..c89ae44 100644
--- a/arch/x86_64/src/kernel/main.cpp
+++ b/arch/x86_64/src/kernel/main.cpp
@@ -3,7 +3,6 @@
#include "arch/exception_handling/assert.hpp"
#include "arch/memory/allocator/area_frame_allocator.hpp"
#include "arch/memory/multiboot/reader.hpp"
-#include "arch/memory/paging/active_page_table.hpp"
#include "arch/memory/paging/temporary_page.hpp"
#include "arch/video/vga/text.hpp"