Kernel: Fix inconsistent inclusion style
This also makes it easier to automatically parse the dependency tree. Thankfully, this is the only place where a change was necessary.
This commit is contained in:
parent
e72fb8f594
commit
0edae63cc0
Notes:
sideshowbarker
2024-07-19 08:50:10 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/0edae63cc00 Pull-request: https://github.com/SerenityOS/serenity/pull/1374
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <ACPI/ACPIParser.h>
|
||||
#include <Kernel/ACPI/ACPIParser.h>
|
||||
#include <AK/OwnPtr.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Reference in a new issue