Kernel: cleanup includes

I went quickly went through all files since I found some weird
includes :D
This commit is contained in:
Bananymous
2023-04-01 02:14:49 +03:00
parent a60f8098ee
commit cbb0f6be9a
7 changed files with 1 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
#include <BAN/ScopeGuard.h>
#include <BAN/Time.h>
#include <kernel/ACPI.h>
#include <kernel/DeviceManager.h>
#include <kernel/IDT.h>
@@ -7,7 +6,6 @@
#include <kernel/Input/PS2Keyboard.h>
#include <kernel/InterruptController.h>
#include <kernel/IO.h>
#include <kernel/RTC.h>
namespace Kernel::Input
{