diff options
Diffstat (limited to 'arch/x86_64/pre/src/context_switching/main.cpp')
| -rw-r--r-- | arch/x86_64/pre/src/context_switching/main.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/x86_64/pre/src/context_switching/main.cpp b/arch/x86_64/pre/src/context_switching/main.cpp index 3eb6dae..0961499 100644 --- a/arch/x86_64/pre/src/context_switching/main.cpp +++ b/arch/x86_64/pre/src/context_switching/main.cpp @@ -1,12 +1,12 @@ -#include "arch/context_switching/main.hpp" +#include <arch/context_switching/main.hpp> -#include "arch/boot/pointers.hpp" -#include "arch/context_switching/syscall/syscall_enable.hpp" -#include "arch/kernel/cpu/call.hpp" -#include "arch/kernel/cpu/if.hpp" -#include "arch/kernel/cpu/segment_register.hpp" -#include "arch/kernel/cpu/tr.hpp" -#include "arch/user/main.hpp" +#include <arch/boot/pointers.hpp> +#include <arch/context_switching/syscall/syscall_enable.hpp> +#include <arch/kernel/cpu/call.hpp> +#include <arch/kernel/cpu/if.hpp> +#include <arch/kernel/cpu/segment_register.hpp> +#include <arch/kernel/cpu/tr.hpp> +#include <arch/user/main.hpp> namespace teachos::arch::context_switching { |
