mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
Kernel: Remove unused header includes from various files.
Found while browsing code with CLion.
This commit is contained in:
parent
65138171f9
commit
4bf9b399f7
4 changed files with 0 additions and 8 deletions
|
@ -4,7 +4,6 @@
|
|||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include <AK/StringView.h>
|
||||
#include <Kernel/ACPI/MultiProcessorParser.h>
|
||||
#include <Kernel/API/Syscall.h>
|
||||
#include <Kernel/Arch/x86/CPU.h>
|
||||
|
@ -16,7 +15,6 @@
|
|||
#include <Kernel/Interrupts/PIC.h>
|
||||
#include <Kernel/Interrupts/SpuriousInterruptHandler.h>
|
||||
#include <Kernel/Interrupts/UnhandledInterruptHandler.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <Kernel/VM/TypedMapping.h>
|
||||
|
||||
#define PCAT_COMPAT_FLAG 0x1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue