Mercurial > hg > Members > kono > Cerium
diff include/TaskManager/HTask.h @ 307:7075842aa155
clean up include
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Jun 2009 19:32:38 +0900 |
parents | 9f4f99d459aa |
children | b89ba1d96fff |
line wrap: on
line diff
--- a/include/TaskManager/HTask.h Mon Jun 08 19:22:27 2009 +0900 +++ b/include/TaskManager/HTask.h Mon Jun 08 19:32:38 2009 +0900 @@ -1,21 +1,10 @@ #ifndef INCLUDED_HTASK #define INCLUDED_HTASK -#ifndef INCLUDED_BASE_H_ -# include "base.h" -#endif - -#ifndef INCLUDED_TYPES -# include "types.h" -#endif - -#ifndef INCLUDED_TASK -# include "Task.h" -#endif - -#ifndef INCLUDED_TASK_QUEUE_INFO -# include "TaskQueueInfo.h" -#endif +#include "base.h" +#include "types.h" +#include "Task.h" +#include "TaskQueueInfo.h" class TaskManagerImpl;