summaryrefslogtreecommitdiff
path: root/AK/Error.h
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2023-01-03 15:30:44 +0100
committerAndrew Kaster <andrewdkaster@gmail.com>2023-01-07 10:01:37 -0700
commit32810503595a83d3bb4c709759224223f2137e0c (patch)
treeb39d1699b31e65501c869f70ad51b47603b08508 /AK/Error.h
parentd575cfda613197a7e090ee8dee053e48df17d730 (diff)
downloadserenity-32810503595a83d3bb4c709759224223f2137e0c.zip
Everywhere: Remove "LibC/" includes, add lint-rule against it
Diffstat (limited to 'AK/Error.h')
-rw-r--r--AK/Error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/Error.h b/AK/Error.h
index fa6e4e4ae6..0993f337df 100644
--- a/AK/Error.h
+++ b/AK/Error.h
@@ -11,7 +11,7 @@
#include <AK/Variant.h>
#if defined(AK_OS_SERENITY) && defined(KERNEL)
-# include <LibC/errno_codes.h>
+# include <errno_codes.h>
#else
# include <errno.h>
# include <string.h>