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,7 +1,6 @@
#include <BAN/ScopeGuard.h>
#include <BAN/StringView.h>
#include <kernel/FS/Ext2.h>
#include <kernel/Process.h>
#include <kernel/RTC.h>
#define EXT2_DEBUG_PRINT 0

View File

@@ -4,7 +4,6 @@
#include <kernel/FS/Ext2.h>
#include <kernel/FS/VirtualFileSystem.h>
#include <kernel/LockGuard.h>
#include <kernel/PCI.h>
namespace Kernel
{