mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
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. |
||
|---|---|---|
| .. | ||
| POSIX | ||
| Device.h | ||
| DeviceEvent.h | ||
| Graphics.h | ||
| InodeWatcherEvent.h | ||
| InodeWatcherFlags.h | ||
| KeyCode.h | ||
| MemoryLayout.h | ||
| MousePacket.h | ||
| serenity_limits.h | ||
| Syscall.h | ||
| SyscallString.h | ||
| TimePage.h | ||
| Unveil.h | ||
| VirGL.h | ||
| VirtualMemoryAnnotations.h | ||