mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
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
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