aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/mmu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/memory/mmu.cpp')
-rw-r--r--arch/x86_64/src/memory/mmu.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/src/memory/mmu.cpp b/arch/x86_64/src/memory/mmu.cpp
index 6d185a0..2b53fa4 100644
--- a/arch/x86_64/src/memory/mmu.cpp
+++ b/arch/x86_64/src/memory/mmu.cpp
@@ -1,8 +1,8 @@
-#include "arch/memory/mmu.hpp"
+#include <arch/memory/mmu.hpp>
-#include "arch/cpu/registers.hpp"
+#include <arch/cpu/registers.hpp>
-#include "kapi/memory.hpp"
+#include <kapi/memory.hpp>
namespace arch::memory
{