view spe/task_base.h @ 59:cd05eee90279

fix code.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Mon, 07 Feb 2011 03:31:18 +0900
parents f4140672ef9f
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