From 6508bc6931b54b50aaa0976ee7f0681482b2a80a Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Thu, 15 Mar 2012 17:07:42 -0700 Subject: [PATCH] Remove #include . Remove #include , which is no longer needed (now using sysconf(3) to get number of CPUs). --- include/jemalloc/internal/jemalloc_internal.h.in | 1 - 1 file changed, 1 deletion(-) diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in index 800d72c2..2c213120 100644 --- a/include/jemalloc/internal/jemalloc_internal.h.in +++ b/include/jemalloc/internal/jemalloc_internal.h.in @@ -2,7 +2,6 @@ #include #include #include -#include #include #include