aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/debug
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/debug')
-rw-r--r--arch/x86_64/src/debug/qemu_output.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/src/debug/qemu_output.cpp b/arch/x86_64/src/debug/qemu_output.cpp
index 535017d..71acede 100644
--- a/arch/x86_64/src/debug/qemu_output.cpp
+++ b/arch/x86_64/src/debug/qemu_output.cpp
@@ -1,6 +1,6 @@
-#include "arch/debug/qemu_output.hpp"
+#include <arch/debug/qemu_output.hpp>
-#include "kapi/cio.hpp"
+#include <kapi/cio.hpp>
#include <algorithm>
#include <string_view>