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,6 +1,5 @@
#pragma once
#include <kernel/FS/FileSystem.h>
#include <kernel/FS/Inode.h>
namespace Kernel

View File

@@ -1,6 +1,6 @@
#pragma once
#include <BAN/Function.h>
#include <BAN/Memory.h>
#include <BAN/NoCopyMove.h>
#include <sys/types.h>