瀏覽代碼

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 */