aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/video/vga
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-28 14:48:32 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-28 14:48:32 +0000
commitbd3ae51093b504bd035cb698c637ef6f82994ba2 (patch)
tree1a0d5d39a1432106341212db5b74501dfad85d09 /arch/x86_64/src/video/vga
parentaa981cad951c4aa2a5e2f7a7f8f1b7b9a0ff4bcd (diff)
downloadteachos-bd3ae51093b504bd035cb698c637ef6f82994ba2.tar.xz
teachos-bd3ae51093b504bd035cb698c637ef6f82994ba2.zip
Remove not required includes
Diffstat (limited to 'arch/x86_64/src/video/vga')
-rw-r--r--arch/x86_64/src/video/vga/text.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/video/vga/text.cpp b/arch/x86_64/src/video/vga/text.cpp
index c14de16..9eef288 100644
--- a/arch/x86_64/src/video/vga/text.cpp
+++ b/arch/x86_64/src/video/vga/text.cpp
@@ -1,6 +1,5 @@
#include "arch/video/vga/text.hpp"
-#include "arch/boot/pointers.hpp"
#include "arch/video/vga/io.hpp"
#include "memory/asm_pointer.hpp"