Mercurial > hg > Members > kono > Cerium
diff include/TaskManager/Task.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 | 6ecb2b8a2505 |
children | a8fcb4431c76 |
line wrap: on
line diff
--- a/include/TaskManager/Task.h Mon Jun 08 19:22:27 2009 +0900 +++ b/include/TaskManager/Task.h Mon Jun 08 19:32:38 2009 +0900 @@ -1,17 +1,9 @@ #ifndef INCLUDED_TASK #define INCLUDED_TASK -#ifndef INCLUDED_BASE_H_ -# include "base.h" -#endif - -#ifndef INCLUDED_TYPES -# include "types.h" -#endif - -#ifndef INCLUDED_LIST_DATA -# include "ListData.h" -#endif +#include "base.h" +#include "types.h" +#include "ListData.h" #define MAX_PARAMS 8