1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:17:35 +00:00

Kernel: Remove unused header includes from various files.

Found while browsing code with CLion.
This commit is contained in:
Brian Gianforcaro 2021-05-03 01:09:36 -07:00 committed by Andreas Kling
parent 65138171f9
commit 4bf9b399f7
4 changed files with 0 additions and 8 deletions

View file

@ -5,14 +5,12 @@
*/
#include <AK/Optional.h>
#include <AK/StringView.h>
#include <Kernel/ACPI/MultiProcessorParser.h>
#include <Kernel/Arch/x86/CPU.h>
#include <Kernel/Debug.h>
#include <Kernel/Interrupts/APIC.h>
#include <Kernel/Interrupts/IOAPIC.h>
#include <Kernel/Interrupts/InterruptManagement.h>
#include <Kernel/VM/MemoryManager.h>
#define IOAPIC_REDIRECTION_ENTRY_OFFSET 0x10
namespace Kernel {