소스 검색

No need to include pthread.h inside bitmap_malloc()

Ioannis Koutras 13 년 전
부모
커밋
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 */