diff options
author | Pixel <Pixel> | 2001-10-29 15:44:12 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-10-29 15:44:12 +0000 |
commit | 2e5bed84841f33ff28dd95b77b555720c875a286 (patch) | |
tree | de6cbcbf5fa65e90e1888d52a9426373a1638c61 /include/Action.h | |
parent | 0a6190d0269392e875a479df01b152d47ea4143c (diff) |
Beginning task manager
Diffstat (limited to 'include/Action.h')
-rw-r--r-- | include/Action.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Action.h b/include/Action.h index e9edf27..5fcf660 100644 --- a/include/Action.h +++ b/include/Action.h @@ -2,9 +2,9 @@ #define __ACTION_H__ #ifdef __cplusplus -#include "Exceptions.h" #include "Handle.h" #include "Variables.h" +#include "Exceptions.h" /* * La classe Action defini les actions HTTP possibles. |