Parcourir la source

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

Nathalie Furmento il y a 11 ans
Parent
commit
e6c9135dae
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  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"
 {