Browse Source

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

Nathalie Furmento 9 years ago
parent
commit
80c9cb28c7
1 changed files with 6 additions and 6 deletions
  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*/)