mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09: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:
parent
a3ca745b5a
commit
1c865ee8d4
Notes:
sideshowbarker
2024-07-19 07:46:39 +09:00
Author: https://github.com/awesomekling
Commit: 1c865ee8d4
9 changed files with 426 additions and 535 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue