aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/vga/text
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/vga/text')
-rw-r--r--arch/x86_64/src/vga/text/buffer.cpp4
-rw-r--r--arch/x86_64/src/vga/text/device.cpp10
2 files changed, 7 insertions, 7 deletions
diff --git a/arch/x86_64/src/vga/text/buffer.cpp b/arch/x86_64/src/vga/text/buffer.cpp
index 7112573..498b9a3 100644
--- a/arch/x86_64/src/vga/text/buffer.cpp
+++ b/arch/x86_64/src/vga/text/buffer.cpp
@@ -1,6 +1,6 @@
-#include "arch/vga/text/buffer.hpp"
+#include <arch/vga/text/buffer.hpp>
-#include "arch/vga/text/attribute.hpp"
+#include <arch/vga/text/attribute.hpp>
#include <algorithm>
#include <bit>
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>