Преглед на файлове

tests/datawizard/test_arbiter.cpp: include starpu before using starpu related macros

Nathalie Furmento преди 9 години
родител
ревизия
80c9cb28c7
променени са 1 файла, в които са добавени 6 реда и са изтрити 6 реда
  1. 6 6
      tests/datawizard/test_arbiter.cpp

+ 6 - 6
tests/datawizard/test_arbiter.cpp

@@ -26,6 +26,12 @@
 // @FUSE_STARPU
 
 
+#include <starpu.h>
+#include "../helper.h"
+
+#include <vector>
+#include <unistd.h>
+
 #ifdef STARPU_QUICK_CHECK
 #define SLEEP_SLOW 6000
 #define SLEEP_FAST 1000
@@ -34,12 +40,6 @@
 #define SLEEP_FAST 100000
 #endif
 
-#include <starpu.h>
-#include "../helper.h"
-
-#include <vector>
-#include <unistd.h>
-
 static unsigned nb, nb_slow;
 
 void callback(void * /*buffers*/[], void * /*cl_arg*/)