Browse Source

No need to include pthread.h inside bitmap_malloc()

Ioannis Koutras 12 years ago
parent
commit
3f9a0ea830
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/bitmap/bitmap_malloc.c

+ 0 - 4
src/bitmap/bitmap_malloc.c

@@ -28,10 +28,6 @@
 
 #include "trace.h"
 
-#ifdef HAVE_LOCKS
-#include <pthread.h>
-#endif /* HAVE_LOCKS */
-
 #ifdef WITH_ALLOCATOR_STATS
 #include "dmmlib/dmmlib.h"
 #endif /* WITH_ALLOCATOR_STATS */