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

@ -11,6 +11,7 @@
#include <LibIPC/Decoder.h>
#include <LibIPC/Dictionary.h>
#include <LibIPC/File.h>
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <sys/socket.h>