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
commit 095aef5f30
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>