mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-16 23:39:44 +00:00
Kernel: Remove unused includes
This commit is contained in:
parent
26d7c25076
commit
baa7925c0c
Notes:
sideshowbarker
2024-07-18 02:45:33 +09:00
Author: https://github.com/jamesmintram
Commit: baa7925c0c
Pull-request: https://github.com/SerenityOS/serenity/pull/10453
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg ✅
2 changed files with 0 additions and 2 deletions
|
@ -10,7 +10,6 @@
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
|
|
||||||
#include <Kernel/Interrupts/APIC.h>
|
#include <Kernel/Interrupts/APIC.h>
|
||||||
#include <Kernel/Memory/ScopedAddressSpaceSwitcher.h>
|
|
||||||
#include <Kernel/Process.h>
|
#include <Kernel/Process.h>
|
||||||
#include <Kernel/Sections.h>
|
#include <Kernel/Sections.h>
|
||||||
#include <Kernel/StdLib.h>
|
#include <Kernel/StdLib.h>
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
#include <AK/WeakPtr.h>
|
#include <AK/WeakPtr.h>
|
||||||
#include <AK/Weakable.h>
|
#include <AK/Weakable.h>
|
||||||
#include <Kernel/API/KResult.h>
|
#include <Kernel/API/KResult.h>
|
||||||
#include <Kernel/Arch/x86/RegisterState.h>
|
|
||||||
#include <Kernel/Arch/x86/SafeMem.h>
|
#include <Kernel/Arch/x86/SafeMem.h>
|
||||||
#include <Kernel/Debug.h>
|
#include <Kernel/Debug.h>
|
||||||
#include <Kernel/FileSystem/InodeIdentifier.h>
|
#include <Kernel/FileSystem/InodeIdentifier.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue