LibC: Do not include errno.h inside unistd.h

POSIX does not mandate this, therefore let's not do it.
This commit is contained in:
Jean-Baptiste Boric 2021-05-14 16:32:57 +02:00 committed by Andreas Kling
commit e16894af5a
Notes: sideshowbarker 2024-07-18 18:08:40 +09:00
32 changed files with 31 additions and 3 deletions

View file

@ -8,6 +8,7 @@
#include <AK/NeverDestroyed.h>
#include <AK/Vector.h>
#include <bits/pthread_integration.h>
#include <errno.h>
#include <sched.h>
#include <unistd.h>