Remove explicit sys/sysctl.h includes

Explicitly including sys/sysctl.h breaks the ability to build
against muslc.
This commit is contained in:
Michael Aldridge 2016-07-06 02:38:23 -05:00
parent 4218cd13d5
commit 1a89694980
6 changed files with 0 additions and 6 deletions

View file

@ -34,7 +34,6 @@
#include <sys/cdefs.h>
#include <sys/uio.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <netinet/in.h>