diff options
Diffstat (limited to 'include/Socket.h')
-rw-r--r-- | include/Socket.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/Socket.h b/include/Socket.h index 80c7180..9d70205 100644 --- a/include/Socket.h +++ b/include/Socket.h @@ -2,11 +2,11 @@ #define __SOCKET_H__ #ifdef __cplusplus -#include "Handle.h" -#include "String.h" -#include "Output.h" -#include "Input.h" -#include "Exceptions.h" +#include <Handle.h> +#include <String.h> +#include <Output.h> +#include <Input.h> +#include <Exceptions.h> /* * Cree un socket. |