aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/vga/text/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/vga/text/device.cpp')
-rw-r--r--arch/x86_64/src/vga/text/device.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/x86_64/src/vga/text/device.cpp b/arch/x86_64/src/vga/text/device.cpp
index 0ecbef9..8468358 100644
--- a/arch/x86_64/src/vga/text/device.cpp
+++ b/arch/x86_64/src/vga/text/device.cpp
@@ -1,9 +1,9 @@
-#include "arch/boot/boot.hpp"
-#include "arch/boot/ld.hpp"
-#include "arch/vga/crtc.hpp"
-#include "arch/vga/text.hpp"
+#include <arch/boot/boot.hpp>
+#include <arch/boot/ld.hpp>
+#include <arch/vga/crtc.hpp>
+#include <arch/vga/text.hpp>
-#include "kapi/cio.hpp"
+#include <kapi/cio.hpp>
#include <bit>
#include <cstddef>