summaryrefslogtreecommitdiff
path: root/Kernel/Lock.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Lock.cpp')
-rw-r--r--Kernel/Lock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Lock.cpp b/Kernel/Lock.cpp
index f1c523054e..1727d4ce3b 100644
--- a/Kernel/Lock.cpp
+++ b/Kernel/Lock.cpp
@@ -24,8 +24,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <AK/Debug.h>
#include <AK/TemporaryChange.h>
+#include <Kernel/Debug.h>
#include <Kernel/KSyms.h>
#include <Kernel/Lock.h>
#include <Kernel/Thread.h>