Kernel: Remove unused includes

This commit is contained in:
James Mintram 2021-10-12 23:19:26 +01:00 committed by Linus Groh
parent 26d7c25076
commit baa7925c0c
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@
#include <AK/Types.h>
#include <Kernel/Interrupts/APIC.h>
#include <Kernel/Memory/ScopedAddressSpaceSwitcher.h>
#include <Kernel/Process.h>
#include <Kernel/Sections.h>
#include <Kernel/StdLib.h>

View file

@ -20,7 +20,6 @@
#include <AK/WeakPtr.h>
#include <AK/Weakable.h>
#include <Kernel/API/KResult.h>
#include <Kernel/Arch/x86/RegisterState.h>
#include <Kernel/Arch/x86/SafeMem.h>
#include <Kernel/Debug.h>
#include <Kernel/FileSystem/InodeIdentifier.h>