summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86/common/ProcessorInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Arch/x86/common/ProcessorInfo.cpp')
-rw-r--r--Kernel/Arch/x86/common/ProcessorInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Arch/x86/common/ProcessorInfo.cpp b/Kernel/Arch/x86/common/ProcessorInfo.cpp
index 3cb24ba64e..9fbea93ad7 100644
--- a/Kernel/Arch/x86/common/ProcessorInfo.cpp
+++ b/Kernel/Arch/x86/common/ProcessorInfo.cpp
@@ -6,8 +6,8 @@
#include <AK/StringBuilder.h>
#include <AK/Types.h>
+#include <Kernel/Arch/Processor.h>
#include <Kernel/Arch/x86/CPUID.h>
-#include <Kernel/Arch/x86/Processor.h>
#include <Kernel/Arch/x86/ProcessorInfo.h>
namespace Kernel {