Explorar el Código

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

Nathalie Furmento hace 12 años
padre
commit
e6c9135dae
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  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"
 {