diff options
Diffstat (limited to 'include/IRC.h')
-rw-r--r-- | include/IRC.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/IRC.h b/include/IRC.h index 457c199..285d9bf 100644 --- a/include/IRC.h +++ b/include/IRC.h @@ -1,6 +1,5 @@ #ifndef __IRC_H__ #define __IRC_H__ -#ifdef __cplusplus #include <Socket.h> #include <Exceptions.h> @@ -198,7 +197,4 @@ class IRC : public Base { int loginsequence; }; -#else -#error This only works with a C++ compiler -#endif #endif |