mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:57:45 +00:00
Everywhere: Remove "LibC/" includes, add lint-rule against it
This commit is contained in:
parent
d575cfda61
commit
3281050359
21 changed files with 45 additions and 31 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue