diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-21 14:13:39 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-02-21 14:13:39 +0000 |
| commit | 405b5b1018397bff48e32c75e10a6b3b58bb6a20 (patch) | |
| tree | 69359619d8f0dd498fc5439b9361f27ee28a1cde /arch/x86_64/src/kernel/main.cpp | |
| parent | 00fd8cf8f72d6c5c3d6150f3ec833ded9e34b2b1 (diff) | |
| download | teachos-405b5b1018397bff48e32c75e10a6b3b58bb6a20.tar.xz teachos-405b5b1018397bff48e32c75e10a6b3b58bb6a20.zip | |
Update factory method code
Diffstat (limited to 'arch/x86_64/src/kernel/main.cpp')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 1 |
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" |
