0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-10 12:38:36 +02:00

stdinc: more cleanups

This commit is contained in:
William Pitcock 2016-03-20 01:19:07 -05:00
parent 76ebf6c489
commit 4f73990245

View file

@ -112,14 +112,10 @@ typedef bool _Bool;
#include <sys/stat.h>
#include <sys/wait.h>
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#endif
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#ifdef HAVE_ERRNO_H
#include <errno.h>