[PATCH 5/7] Remove unused #includes

Mike Hommey mh+jemalloc at glandium.org
Thu Apr 19 23:38:41 PDT 2012


From: Mike Hommey <mh at glandium.org>

---
 include/jemalloc/internal/jemalloc_internal.h.in |    2 --
 1 file changed, 2 deletions(-)

diff --git a/include/jemalloc/internal/jemalloc_internal.h.in b/include/jemalloc/internal/jemalloc_internal.h.in
index b5021ca..6e48804 100644
--- a/include/jemalloc/internal/jemalloc_internal.h.in
+++ b/include/jemalloc/internal/jemalloc_internal.h.in
@@ -12,7 +12,6 @@
 #include <sys/uio.h>
 #include <pthread.h>
 #endif
-#include <sys/time.h>
 #include <sys/types.h>
 
 #include <errno.h>
@@ -20,7 +19,6 @@
 #ifndef SIZE_T_MAX
 #  define SIZE_T_MAX	SIZE_MAX
 #endif
-#include <sched.h>
 #include <stdarg.h>
 #include <stdbool.h>
 #include <stdio.h>
-- 
1.7.10




More information about the jemalloc-discuss mailing list