aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src')
-rw-r--r--arch/x86_64/src/memory/main.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86_64/src/memory/main.cpp b/arch/x86_64/src/memory/main.cpp
index 15e89c0..a6f91d9 100644
--- a/arch/x86_64/src/memory/main.cpp
+++ b/arch/x86_64/src/memory/main.cpp
@@ -7,9 +7,6 @@
#include "arch/memory/heap/heap_allocator.hpp"
#include "arch/memory/paging/active_page_table.hpp"
#include "arch/memory/paging/kernel_mapper.hpp"
-#include "arch/stl/shared_pointer.hpp"
-#include "arch/stl/unique_pointer.hpp"
-#include "arch/stl/vector.hpp"
namespace teachos::arch::memory
{
@@ -53,4 +50,4 @@ namespace teachos::arch::memory
video::vga::text::write("Heap remapping successful", video::vga::text::common_attributes::green_on_black);
video::vga::text::newline();
}
-} // namespace teachos::arch::memory \ No newline at end of file
+} // namespace teachos::arch::memory