Explorar el Código

fix include path

Nathalie Furmento hace 14 años
padre
commit
55a8a99a38
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/top/starpu_top.c
  2. 1 1
      src/top/starputop_task.c

+ 1 - 1
src/top/starpu_top.c

@@ -24,7 +24,7 @@
 #include <string.h>
 #include <math.h>
 #include <pthread.h>
-#include <timing.h>
+#include <common/timing.h>
 
 extern starputop_message_queue_t*  starputop_mt;
 int starpu_top = 0;

+ 1 - 1
src/top/starputop_task.c

@@ -22,7 +22,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <sys/time.h>
-#include <timing.h>
+#include <common/timing.h>
 
 /********************************************
  **************TASK RELATED FUNCTIONS********