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