From 0edae63cc006c111065bd9db2f5d9385b7511987 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Wed, 4 Mar 2020 02:47:22 +0100 Subject: [PATCH] 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. --- Kernel/ACPI/ACPIStaticParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/ACPI/ACPIStaticParser.h b/Kernel/ACPI/ACPIStaticParser.h index 5b024cd119..0886c1aeb3 100644 --- a/Kernel/ACPI/ACPIStaticParser.h +++ b/Kernel/ACPI/ACPIStaticParser.h @@ -26,7 +26,7 @@ #pragma once -#include +#include #include namespace Kernel {