Kernel: cleanup includes
I went quickly went through all files since I found some weird includes :D
This commit is contained in:
parent
7a6b1c8e47
commit
79090c2648
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <kernel/FS/FileSystem.h>
|
||||
#include <kernel/FS/Inode.h>
|
||||
|
||||
namespace Kernel
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <BAN/Function.h>
|
||||
#include <BAN/Memory.h>
|
||||
#include <BAN/NoCopyMove.h>
|
||||
|
||||
#include <sys/types.h>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <kernel/FS/Ext2.h>
|
||||
#include <kernel/FS/VirtualFileSystem.h>
|
||||
#include <kernel/LockGuard.h>
|
||||
#include <kernel/PCI.h>
|
||||
|
||||
namespace Kernel
|
||||
{
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#include <kernel/IDT.h>
|
||||
#include <kernel/InterruptController.h>
|
||||
#include <kernel/IO.h>
|
||||
#include <kernel/kprint.h>
|
||||
#include <kernel/Scheduler.h>
|
||||
|
||||
#define TIMER0_CTL 0x40
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include <kernel/LockGuard.h>
|
||||
#include <kernel/Scheduler.h>
|
||||
#include <kernel/Semaphore.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue