@@ -15,9 +15,6 @@
*/
#include <config.h>
-#if STARPU_HAVE_VALGRIND_H
-#include <valgrind/valgrind.h>
-#endif
#include <starpu.h>
#include "../helper.h"
@@ -16,9 +16,6 @@
#include <sys/time.h>
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
* See the GNU Lesser General Public License in COPYING.LGPL for more details.
#include "../test_interfaces.h"
#include "../../../helper.h"
@@ -14,9 +14,6 @@
#include <starpu_opencl.h>
@@ -13,9 +13,6 @@
#include <starpu_data_interfaces.h>
#include "generic.h"
#include "../../../../helper.h"
#include "multiformat_types.h"
#include <pthread.h>
#include "scal.h"
@@ -17,6 +17,10 @@
#include <common/utils.h>
+#ifdef STARPU_HAVE_VALGRIND_H
+#include <valgrind/valgrind.h>
+#endif
+
#define STARPU_TEST_SKIPPED 77
//void *ALL_IS_OK = (void *)123456789L;
#include "../../helper.h"
@@ -17,9 +17,6 @@
#include <limits.h>