Kernel: Remove unused header includes in Arch subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:43:42 -07:00 committed by Andreas Kling
parent 1c43836990
commit da665077ce
Notes: sideshowbarker 2024-07-18 09:18:04 +09:00
2 changed files with 0 additions and 3 deletions

View file

@ -5,10 +5,8 @@
*/
#include <AK/Assertions.h>
#include <AK/Types.h>
#include <Kernel/Arch/x86/CPU.h>
#include <Kernel/Arch/x86/Processor.h>
#include <Kernel/Arch/x86/TrapFrame.h>
#include <Kernel/KSyms.h>
#include <Kernel/Process.h>

View file

@ -11,7 +11,6 @@
#include <Kernel/Interrupts/APIC.h>
#include <Kernel/Process.h>
#include <Kernel/Random.h>
#include <Kernel/Sections.h>
#include <Kernel/StdLib.h>
#include <Kernel/Thread.h>