Kernel: cleanup includes

I went quickly went through all files since I found some weird
includes :D
This commit is contained in:
2023-04-01 02:14:49 +03:00
parent 7a6b1c8e47
commit 79090c2648
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