diff options
author | Jason Evans <je@fb.com> | 2012-03-16 00:07:42 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-03-16 00:07:42 (GMT) |
commit | 6508bc6931b54b50aaa0976ee7f0681482b2a80a (patch) | |
tree | b307671e4fbcd13d39a856c159d7ebb4637cfc21 /include | |
parent | 4e2e3dd9cf19ed5991938a708a8b50611aa5bbf8 (diff) | |
download | jemalloc-6508bc6931b54b50aaa0976ee7f0681482b2a80a.zip jemalloc-6508bc6931b54b50aaa0976ee7f0681482b2a80a.tar.gz jemalloc-6508bc6931b54b50aaa0976ee7f0681482b2a80a.tar.bz2 |
Remove #include <sys/sysctl.h>.
Remove #include <sys/sysctl.h>, which is no longer needed (now using
sysconf(3) to get number of CPUs).
Diffstat (limited to 'include')
-rw-r--r-- | include/jemalloc/internal/jemalloc_internal.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in index 800d72c..2c21312 100644 --- a/include/jemalloc/internal/jemalloc_internal.h.in +++ b/include/jemalloc/internal/jemalloc_internal.h.in @@ -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> |