Browse Source

src/sched_policies/deque_modeling_policy_data_aware.c: remove now-useless include

Nathalie Furmento 12 years ago
parent
commit
6980bd2fc9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/sched_policies/deque_modeling_policy_data_aware.c

+ 0 - 4
src/sched_policies/deque_modeling_policy_data_aware.c

@@ -27,11 +27,7 @@
 #include <core/workers.h>
 #include <sched_policies/fifo_queues.h>
 #include <core/perfmodel/perfmodel.h>
-#include <starpu_parameters.h>
 #include <core/debug.h>
-#ifdef STARPU_USE_TOP
-#include <top/starpu_top_core.h>
-#endif /* !STARPU_USE_TOP */
 
 #ifndef DBL_MIN
 #define DBL_MIN __DBL_MIN__