1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:48:11 +00:00

Kernel: Merge ACPI::StaticParser into ACPI::Parser

There's no need for StaticParser to be a separate thing from Parser.
This commit is contained in:
Andreas Kling 2020-04-09 18:15:02 +02:00
parent a3ca745b5a
commit 1c865ee8d4
9 changed files with 426 additions and 535 deletions

View file

@ -26,7 +26,6 @@
#include <AK/Types.h>
#include <Kernel/ACPI/ACPIDynamicParser.h>
#include <Kernel/ACPI/ACPIStaticParser.h>
#include <Kernel/ACPI/DMIDecoder.h>
#include <Kernel/ACPI/Initialize.h>
#include <Kernel/ACPI/MultiProcessorParser.h>