Merge pull request #348 from the-maldridge/remove-sysctl

Remove explicit sys/sysctl.h includes
This commit is contained in:
Adam Ierymenko
2016-07-21 15:16:22 -07:00
committed by GitHub
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>