--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/spe/task_base.h Fri Jan 21 22:18:28 2011 +0900 @@ -0,0 +1,12 @@ +#ifndef INCLUDE_TASK_BASE +#define INCLUDE_TASK_BASE + +#ifndef INCLUDE_FUNC +#include "../Func.h" +#endif + +#ifndef INCLUDED_SCHED_TASK +#include "SchedTask.h" +#endif + +#endif