Remove #include <sys/sysctl.h>.

Remove #include <sys/sysctl.h>, which is no longer needed (now using
sysconf(3) to get number of CPUs).
This commit is contained in:
Jason Evans 2012-03-15 17:07:42 -07:00
parent 4e2e3dd9cf
commit 6508bc6931

View File

@ -2,7 +2,6 @@
#include <sys/param.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#include <sys/uio.h>
#include <errno.h>