diff options
Diffstat (limited to 'include/HttpServ.h')
-rw-r--r-- | include/HttpServ.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/HttpServ.h b/include/HttpServ.h index 6bd2769..5074639 100644 --- a/include/HttpServ.h +++ b/include/HttpServ.h @@ -2,11 +2,11 @@ #define __HTTPSERV_H__ #ifdef __cplusplus -#include "Socket.h" -#include "String.h" -#include "Variables.h" -#include "Action.h" -#include "Exceptions.h" +#include <Socket.h> +#include <String.h> +#include <Variables.h> +#include <Action.h> +#include <Exceptions.h> /* * La classe HttpServ. Le constructueur (int, const String &) indique le port |