Browse Source

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

Nathalie Furmento 11 years ago
parent
commit
e6c9135dae
1 changed files with 0 additions and 5 deletions
  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"
 {