diff options
Diffstat (limited to 'arch/x86_64/pre/src/user/main.cpp')
| -rw-r--r-- | arch/x86_64/pre/src/user/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86_64/pre/src/user/main.cpp b/arch/x86_64/pre/src/user/main.cpp index 8b07e4a..10a17db 100644 --- a/arch/x86_64/pre/src/user/main.cpp +++ b/arch/x86_64/pre/src/user/main.cpp @@ -1,7 +1,7 @@ -#include "arch/user/main.hpp" +#include <arch/user/main.hpp> -#include "arch/context_switching/syscall/main.hpp" -#include "arch/memory/heap/global_heap_allocator.hpp" +#include <arch/context_switching/syscall/main.hpp> +#include <arch/memory/heap/global_heap_allocator.hpp> #include <algorithm> #include <array> |
