Kernel: Remove unused header includes in ACPI subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:46:21 -07:00 committed by Andreas Kling
parent 661809408e
commit 187a8f6896

View file

@ -12,7 +12,6 @@
#include <Kernel/Interrupts/IOAPIC.h>
#include <Kernel/Sections.h>
#include <Kernel/StdLib.h>
#include <Kernel/VM/MemoryManager.h>
#include <Kernel/VM/TypedMapping.h>
namespace Kernel {