summaryrefslogtreecommitdiff
path: root/include/IRC.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/IRC.h')
-rw-r--r--include/IRC.h4
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