Переглянути джерело

No need to include pthread.h inside bitmap_malloc()

Ioannis Koutras 12 роки тому
батько
коміт
3f9a0ea830
1 змінених файлів з 0 додано та 4 видалено
  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 */