Pārlūkot izejas kodu

No need to include pthread.h inside bitmap_malloc()

Ioannis Koutras 12 gadi atpakaļ
vecāks
revīzija
3f9a0ea830
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  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 */