Kernel: Remove IO.h include from a bunch of places

This commit is contained in:
Liav A 2021-10-01 09:54:09 +03:00 committed by Andreas Kling
commit 3e9dfd2e74
Notes: sideshowbarker 2024-07-18 03:15:33 +09:00
7 changed files with 0 additions and 7 deletions

View file

@ -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>