Mercurial > hg > Game > Cerium
diff include/TaskManager/TaskManager.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 | 54725883131b |
children | 5b995810b86a |
line wrap: on
line diff
--- a/include/TaskManager/TaskManager.h Mon Jun 08 19:22:27 2009 +0900 +++ b/include/TaskManager/TaskManager.h Mon Jun 08 19:32:38 2009 +0900 @@ -1,13 +1,8 @@ #ifndef INCLUDED_TASK_MANAGER #define INCLUDED_TASK_MANAGER -#ifndef INCLUDED_TASK_MANAGER_IMPL -# include "TaskManagerImpl.h" -#endif - -#ifndef INCLUDED_RANDOM -# include "Random.h" -#endif +#include "TaskManagerImpl.h" +#include "Random.h" class TaskManager { public: