mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
Kernel: Remove unused header includes in Arch subtree
This commit is contained in:
parent
1c43836990
commit
da665077ce
Notes:
sideshowbarker
2024-07-18 09:18:04 +09:00
Author: https://github.com/bgianfo
Commit: da665077ce
Pull-request: https://github.com/SerenityOS/serenity/pull/8658
2 changed files with 0 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue