diff include/TaskManager/SchedNop.h @ 354:81b25e5d5379

add example/get_segment and change spe/DrawSpan.cpp
author koba
date Wed, 15 Jul 2009 17:39:51 +0900
parents 5c194c71eca8
children
line wrap: on
line diff
--- a/include/TaskManager/SchedNop.h	Fri Jun 05 17:07:35 2009 +0900
+++ b/include/TaskManager/SchedNop.h	Wed Jul 15 17:39:51 2009 +0900
@@ -1,17 +1,9 @@
 #ifndef INCLUDED_SCHED_NOP
 #define INCLUDED_SCHED_NOP
 
-#ifndef INCLUDED_BASE_H_
-#  include "base.h"
-#endif
-
-#ifndef INCLUDED_SCHEDULER
-#  include "Scheduler.h"
-#endif
-
-#ifndef INCLUDED_SCHED_TASK_BASE
-#  include "SchedTaskBase.h"
-#endif
+#include "base.h"
+#include "Scheduler.h"
+#include "SchedTaskBase.h"
 
 #include "error.h"