view ppe/task_base.h @ 64:07bc996c8e49

fix t_dandy on ps3.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Fri, 11 Feb 2011 18:20:30 +0900
parents 0440f2f19f23
children
line wrap: on
line source

#ifndef INCLUDE_TASK_BASE
#define INCLUDE_TASK_BASE

#ifndef INCLUDE_FUNC
#include "../Func.h"
#endif

#ifndef INCLUDED_SCHED_TASK
#include "SchedTask.h"
#endif

#endif