1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

Kernel: Remove redundant "ACPI" from filenames in ACPI/

This commit is contained in:
Andreas Kling 2020-04-09 18:17:27 +02:00
parent 1c865ee8d4
commit 871d450b93
Notes: sideshowbarker 2024-07-19 07:46:37 +09:00
11 changed files with 12 additions and 12 deletions

View file

@ -25,7 +25,7 @@
*/
#include <AK/StringView.h>
#include <Kernel/ACPI/ACPIParser.h>
#include <Kernel/ACPI/Parser.h>
#include <Kernel/Interrupts/InterruptManagement.h>
#include <Kernel/Time/HPET.h>
#include <Kernel/Time/HPETComparator.h>