瀏覽代碼

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"
 {