Simon Archipoff 12 anni fa
parent
commit
cdbbdcdaf9

+ 0 - 1
src/Makefile.am

@@ -134,7 +134,6 @@ noinst_HEADERS = 						\
 	top/starpu_top_core.h					\
 	sched_policies/prio_deque.h				\
 	sched_policies/sched_node.h				\
-	sched_policies/node_composed.h				\
 	sched_policies/scheduler_maker.h			
 
 libstarpu_@STARPU_EFFECTIVE_VERSION@_la_SOURCES = 		\

+ 1 - 0
src/sched_policies/sched_node.h

@@ -1,5 +1,6 @@
 #ifndef __SCHED_NODE_H__
 #define __SCHED_NODE_H__
+#include <starpu_sched_node.h>
 
 void _starpu_sched_node_lock_all_workers(void);
 void _starpu_sched_node_unlock_all_workers(void);

+ 1 - 2
src/sched_policies/scheduler_maker.c

@@ -1,7 +1,6 @@
-#include "scheduler_maker.h"
 #include "sched_node.h"
+#include "scheduler_maker.h"
 #include <starpu_sched_node.h>
-#include "node_composed.h"
 #include <common/list.h>
 #include <stdarg.h>
 #include <core/workers.h>

+ 0 - 1
src/sched_policies/scheduler_maker.h

@@ -3,7 +3,6 @@
 #ifndef __SCHEDULER_MAKER_H__
 #define __SCHEDULER_MAKER_H__
 #include <starpu_sched_node.h>
-#include "node_composed.h"
 #include <common/list.h>