瀏覽代碼

fix compile

Simon Archipoff 12 年之前
父節點
當前提交
cdbbdcdaf9
共有 4 個文件被更改,包括 2 次插入4 次删除
  1. 0 1
      src/Makefile.am
  2. 1 0
      src/sched_policies/sched_node.h
  3. 1 2
      src/sched_policies/scheduler_maker.c
  4. 0 1
      src/sched_policies/scheduler_maker.h

+ 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>