mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-22 23:55:12 +00:00
Kernel+LibC: Move name length constants to Kernel/API from limits.h
Reduce inclusion of limits.h as much as possible at the same time. This does mean that kmalloc.h is now including Kernel/API/POSIX/limits.h instead of LibC/limits.h, but the scope could be limited a lot more. Basically every file in the kernel includes kmalloc.h, and needs the limits.h include for PAGE_SIZE.
This commit is contained in:
committed by
Andrew Kaster
parent
046c23f567
commit
ddea37b521
@@ -10,7 +10,7 @@
|
||||
#include <AK/Types.h>
|
||||
|
||||
#ifdef KERNEL
|
||||
# include <LibC/limits.h>
|
||||
# include <Kernel/API/POSIX/sys/limits.h>
|
||||
#else
|
||||
# include <limits.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user