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