diff options
Diffstat (limited to 'include/Message.h')
-rw-r--r-- | include/Message.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Message.h b/include/Message.h index 888d0be..96b9aa4 100644 --- a/include/Message.h +++ b/include/Message.h @@ -2,9 +2,9 @@ #define __MESSAGE_H__ #ifdef __cplusplus -#include "Action.h" -#include "String.h" -#include "Exceptions.h" +#include <Action.h> +#include <String.h> +#include <Exceptions.h> /* * Cette classe sert a afficher un message. |