diff options
author | Pixel <Pixel> | 2001-11-12 22:20:50 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-12 22:20:50 +0000 |
commit | ae4d1cfcbbe4c6130bd6370a03f546993a37f567 (patch) | |
tree | a423eced8aab74e0ed121ad1b3e828247ac5bb34 /include/HttpServ.h | |
parent | e57c35f00e5eba0ee5199997238cf3179a89c4d2 (diff) |
Cleaning includes, progressing taskman...
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 |