diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2026-04-23 13:31:17 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2026-04-23 13:31:17 +0200 |
| commit | 2d8fed40bd0d0f8144783b6b344dc79944291b72 (patch) | |
| tree | 81e8f29078723e807ad6b32391a884136ec6dd14 /arch/x86_64/src/vga/text | |
| parent | dec3c3b0387ec477125db21e741bc492d3475db5 (diff) | |
| download | teachos-2d8fed40bd0d0f8144783b6b344dc79944291b72.tar.xz teachos-2d8fed40bd0d0f8144783b6b344dc79944291b72.zip | |
chore: organize includes
Diffstat (limited to 'arch/x86_64/src/vga/text')
| -rw-r--r-- | arch/x86_64/src/vga/text/device.cpp | 4 |
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> |
