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/IRC.h | |
parent | e57c35f00e5eba0ee5199997238cf3179a89c4d2 (diff) |
Cleaning includes, progressing taskman...
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 |