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:
Ben Wiederhake 2020-03-04 02:47:22 +01:00 committed by Andreas Kling
parent e72fb8f594
commit 0edae63cc0

View file

@ -26,7 +26,7 @@
#pragma once
#include <ACPI/ACPIParser.h>
#include <Kernel/ACPI/ACPIParser.h>
#include <AK/OwnPtr.h>
namespace Kernel {