summaryrefslogtreecommitdiff
path: root/Kernel/TTY
diff options
context:
space:
mode:
authorLiav A <liavalb@gmail.com>2021-10-01 09:54:09 +0300
committerAndreas Kling <kling@serenityos.org>2021-10-01 12:27:20 +0200
commit3e9dfd2e74d7bd47d1a83c81fd5486e03726538a (patch)
tree767668bdbd78c3a9f8e9fc8491caadd967d6b4e4 /Kernel/TTY
parentc0a64f7317829160ceb35fee311919ff334b4e90 (diff)
downloadserenity-3e9dfd2e74d7bd47d1a83c81fd5486e03726538a.zip
Kernel: Remove IO.h include from a bunch of places
Diffstat (limited to 'Kernel/TTY')
-rw-r--r--Kernel/TTY/VirtualConsole.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/TTY/VirtualConsole.cpp b/Kernel/TTY/VirtualConsole.cpp
index 9cf1cc4ce4..3ce9bc020c 100644
--- a/Kernel/TTY/VirtualConsole.cpp
+++ b/Kernel/TTY/VirtualConsole.cpp
@@ -13,7 +13,6 @@
#include <Kernel/Devices/HID/HIDManagement.h>
#include <Kernel/Graphics/GraphicsManagement.h>
#include <Kernel/Heap/kmalloc.h>
-#include <Kernel/IO.h>
#include <Kernel/Sections.h>
#include <Kernel/StdLib.h>
#include <Kernel/TTY/ConsoleManagement.h>