diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-05-03 01:09:36 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-03 16:03:17 +0200 |
commit | 4bf9b399f7c2d72728767e1628d55dc682a6952e (patch) | |
tree | 478ba4368b10a55b74b164f68da11c1ce4b08646 /Kernel/Interrupts/APIC.cpp | |
parent | 65138171f9f121089261862c0a720364e8dd278b (diff) | |
download | serenity-4bf9b399f7c2d72728767e1628d55dc682a6952e.zip |
Kernel: Remove unused header includes from various files.
Found while browsing code with CLion.
Diffstat (limited to 'Kernel/Interrupts/APIC.cpp')
-rw-r--r-- | Kernel/Interrupts/APIC.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Interrupts/APIC.cpp b/Kernel/Interrupts/APIC.cpp index baffaee5bb..9a74defcfe 100644 --- a/Kernel/Interrupts/APIC.cpp +++ b/Kernel/Interrupts/APIC.cpp @@ -7,7 +7,6 @@ #include <AK/Assertions.h> #include <AK/Memory.h> #include <AK/Singleton.h> -#include <AK/StringView.h> #include <AK/Types.h> #include <Kernel/ACPI/Parser.h> #include <Kernel/Arch/x86/CPU.h> |