Bladeren bron

remove un-needed include

Nathalie Furmento 7 jaren geleden
bovenliggende
commit
ad028c5c4d

+ 0 - 1
mpi/tests/insert_task_recv_cache.c

@@ -14,7 +14,6 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include <common/config.h>
 #include <starpu.h>
 #include <starpu_mpi.h>
 #include <math.h>

+ 0 - 1
mpi/tests/insert_task_sent_cache.c

@@ -14,7 +14,6 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include <common/config.h>
 #include <starpu.h>
 #include <starpu_mpi.h>
 #include <math.h>

+ 0 - 1
tests/datawizard/mpi_like.h

@@ -18,7 +18,6 @@
 #ifndef _STARPU_TESTS_MPI_LIKE_H
 #define _STARPU_TESTS_MPI_LIKE_H
 
-#include <common/config.h>
 #include <starpu.h>
 
 #ifdef STARPU_USE_CUDA

+ 0 - 1
tests/datawizard/reclaim.c

@@ -17,7 +17,6 @@
 
 #include <assert.h>
 #include <starpu.h>
-#include <common/config.h>
 #ifdef STARPU_HAVE_HWLOC
 #include <hwloc.h>
 #endif

+ 0 - 1
tests/disk/disk_compute.c

@@ -24,7 +24,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <math.h>
-#include <common/config.h>
 #include "../helper.h"
 
 #ifdef STARPU_HAVE_HDF5

+ 0 - 1
tests/disk/disk_copy.c

@@ -20,7 +20,6 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <math.h>
-#include <common/config.h>
 #include "../helper.h"
 
 /*

+ 0 - 1
tests/disk/disk_copy_to_disk.c

@@ -23,7 +23,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <math.h>
-#include <common/config.h>
 #include "../helper.h"
 
 #ifdef STARPU_HAVE_HDF5

+ 0 - 1
tests/disk/disk_copy_unpack.c

@@ -19,7 +19,6 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <math.h>
-#include <common/config.h>
 #include "../helper.h"
 
 /*

+ 0 - 1
tests/disk/disk_pack.c

@@ -24,7 +24,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <math.h>
-#include <common/config.h>
 #include "../helper.h"
 
 #if !defined(STARPU_HAVE_UNSETENV)

+ 0 - 1
tests/disk/mem_reclaim.c

@@ -24,7 +24,6 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <math.h>
-#include <common/config.h>
 #include "../helper.h"
 
 /*

+ 0 - 1
tests/errorcheck/invalid_tasks.c

@@ -17,7 +17,6 @@
 
 #include <starpu.h>
 #include "../helper.h"
-#include <common/config.h>
 
 /*
  * Check that we detect that with only a CPU we can't submit a GPU-only task

+ 0 - 1
tests/errorcheck/workers_cpuid.c

@@ -17,7 +17,6 @@
 
 #include <starpu.h>
 #include "../helper.h"
-#include <common/config.h>
 
 /*
  * Try various values for STARPU_WORKERS_CPUID, checking that the

+ 0 - 1
tests/main/deprecated_func.c

@@ -14,7 +14,6 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
-#include <common/config.h>
 #include <starpu.h>
 #include "../helper.h"