소스 검색

include/starpu_worker.h: remove un-needed include hwloc.h

Nathalie Furmento 11 년 전
부모
커밋
e6c9135dae
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      include/starpu_worker.h

+ 0 - 5
include/starpu_worker.h

@@ -21,11 +21,6 @@
 #include <stdlib.h>
 #include <starpu_config.h>
 
-#ifdef STARPU_HAVE_HWLOC
-#include <hwloc.h>
-#endif
-
-
 #ifdef __cplusplus
 extern "C"
 {