aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/vga/text/buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/vga/text/buffer.cpp')
-rw-r--r--arch/x86_64/src/vga/text/buffer.cpp4
1 files changed, 2 insertions, 2 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>