summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-03 12:51:10 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-03 12:51:10 +0200
commitac46e45f6efc82caee5261221e4ffe632bc11b7d (patch)
tree895bd9bc60ea400d7d49f491b30410b2b97c1878 /AK
parent429bb091e7cd9d504800e27bf85e1b2b31fbde72 (diff)
downloadserenity-ac46e45f6efc82caee5261221e4ffe632bc11b7d.zip
Kernel: Remove unneeded kassert.h.
Diffstat (limited to 'AK')
-rw-r--r--AK/Assertions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Assertions.h b/AK/Assertions.h
index fcc1f692a7..0898b79a17 100644
--- a/AK/Assertions.h
+++ b/AK/Assertions.h
@@ -1,7 +1,7 @@
#pragma once
#ifdef KERNEL
-#include <Kernel/kassert.h>
+#include <Kernel/Assertions.h>
#else
#include <LibC/assert.h>
#endif