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

@ -33,7 +33,6 @@
#ifdef __UNIX_LIKE__
#include <unistd.h>
#include <sys/param.h>
#include <sys/sysctl.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <sys/wait.h>