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/device.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86_64/src/vga/text/device.cpp b/arch/x86_64/src/vga/text/device.cpp
index dcacd8c..0ecbef9 100644
--- a/arch/x86_64/src/vga/text/device.cpp
+++ b/arch/x86_64/src/vga/text/device.cpp
@@ -1,10 +1,10 @@
-#include "kapi/cio.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 <bit>
#include <cstddef>
#include <cstdint>