1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 18:20:43 +09:00

Kernel+Libraries: Move defines and types from sys/auxv.h to Kernel/API

And don't include <sys/auxv.h> from LibELF/AuxiliaryVector.h, to reduce
the number of Kernel files that include LibC headers.
This commit is contained in:
Andrew Kaster 2023-01-07 14:21:43 -07:00 committed by Andrew Kaster
parent 7ab37ee22c
commit ad30b8c447
Notes: sideshowbarker 2024-07-17 06:38:11 +09:00
5 changed files with 47 additions and 40 deletions

View file

@ -9,7 +9,6 @@
#include <AK/Debug.h>
#include <AK/ScopedValueRollback.h>
#include <AK/Vector.h>
#include <LibELF/AuxiliaryVector.h>
#include <assert.h>
#include <errno.h>
#include <mallocdefs.h>