summaryrefslogtreecommitdiff
path: root/AK/Singleton.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/Singleton.h')
-rw-r--r--AK/Singleton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Singleton.h b/AK/Singleton.h
index 626ba07b91..f3c57e5f20 100644
--- a/AK/Singleton.h
+++ b/AK/Singleton.h
@@ -11,8 +11,8 @@
#include <AK/Noncopyable.h>
#ifdef KERNEL
# include <Kernel/Arch/Processor.h>
+# include <Kernel/Library/ScopedCritical.h>
# include <Kernel/Locking/SpinlockProtected.h>
-# include <Kernel/ScopedCritical.h>
#elif defined(AK_OS_WINDOWS)
// Forward declare to avoid pulling Windows.h into every file in existence.
extern "C" __declspec(dllimport) void __stdcall Sleep(unsigned long);