From a5288ca93434d98f91438de40d99177ffdfd2a17 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Fri, 20 Apr 2012 08:38:41 +0200 Subject: [PATCH] Remove unused #includes --- 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 fd5de725..691f50a9 100644 --- a/include/jemalloc/internal/jemalloc_internal.h.in +++ b/include/jemalloc/internal/jemalloc_internal.h.in @@ -12,7 +12,6 @@ # include # include #endif -#include #include #include @@ -20,7 +19,6 @@ #ifndef SIZE_T_MAX # define SIZE_T_MAX SIZE_MAX #endif -#include #include #include #include