summaryrefslogtreecommitdiff
path: root/Kernel/Arch/x86_64/Time/HPETComparator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Arch/x86_64/Time/HPETComparator.cpp')
-rw-r--r--Kernel/Arch/x86_64/Time/HPETComparator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Arch/x86_64/Time/HPETComparator.cpp b/Kernel/Arch/x86_64/Time/HPETComparator.cpp
index 952eec7e2f..45e0c67590 100644
--- a/Kernel/Arch/x86_64/Time/HPETComparator.cpp
+++ b/Kernel/Arch/x86_64/Time/HPETComparator.cpp
@@ -5,9 +5,9 @@
*/
#include <Kernel/Arch/x86_64/Time/HPETComparator.h>
-#include <Kernel/Assertions.h>
#include <Kernel/Debug.h>
#include <Kernel/InterruptDisabler.h>
+#include <Kernel/Library/Assertions.h>
#include <Kernel/Sections.h>
#include <Kernel/Time/TimeManagement.h>