Mercurial > hg > Game > Cerium
diff include/TaskManager/HTask.h @ 307:3fc86ddf5d1c draft
clean up include
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Jun 2009 19:32:38 +0900 |
parents | da8edd0735f2 |
children | 5b995810b86a |
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;