aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kernel
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-02-21 14:13:39 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-02-21 14:13:39 +0000
commit405b5b1018397bff48e32c75e10a6b3b58bb6a20 (patch)
tree69359619d8f0dd498fc5439b9361f27ee28a1cde /arch/x86_64/src/kernel
parent00fd8cf8f72d6c5c3d6150f3ec833ded9e34b2b1 (diff)
downloadteachos-405b5b1018397bff48e32c75e10a6b3b58bb6a20.tar.xz
teachos-405b5b1018397bff48e32c75e10a6b3b58bb6a20.zip
Update factory method code
Diffstat (limited to 'arch/x86_64/src/kernel')
-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 7c03644..f102a3a 100644
--- a/arch/x86_64/src/kernel/main.cpp
+++ b/arch/x86_64/src/kernel/main.cpp
@@ -1,7 +1,6 @@
#include "arch/kernel/main.hpp"
#include "arch/memory/heap/bump_allocator.hpp"
-#include "arch/memory/heap/concept.hpp"
#include "arch/memory/heap/global_heap_allocator.hpp"
#include "arch/memory/main.hpp"
#include "arch/memory/multiboot/reader.hpp"