summaryrefslogtreecommitdiff
path: root/Kernel/PCI/Definitions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/PCI/Definitions.h')
-rw-r--r--Kernel/PCI/Definitions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/PCI/Definitions.h b/Kernel/PCI/Definitions.h
index a3be8b7d71..60bb13d868 100644
--- a/Kernel/PCI/Definitions.h
+++ b/Kernel/PCI/Definitions.h
@@ -26,12 +26,12 @@
#pragma once
-#include <AK/Debug.h>
#include <AK/Function.h>
#include <AK/LogStream.h>
#include <AK/String.h>
#include <AK/Types.h>
#include <AK/Vector.h>
+#include <Kernel/Debug.h>
namespace Kernel {