stdinc: more cleanups

This commit is contained in:
William Pitcock 2016-03-20 01:19:07 -05:00
parent 76ebf6c489
commit 4f73990245
1 changed files with 0 additions and 4 deletions

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>