diff options
Diffstat (limited to 'include/IRC.h')
-rw-r--r-- | include/IRC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/IRC.h b/include/IRC.h index 5f5a3f5..7c7e32c 100644 --- a/include/IRC.h +++ b/include/IRC.h @@ -2,8 +2,8 @@ #define __IRC_H__ #ifdef __cplusplus -#include "Exceptions.h" #include "Socket.h" +#include "Exceptions.h" #define RPL_WELCOME 1 #define RPL_YOURHOST 2 |