summary refs log tree commit diff stats
path: root/plugins/fishlim/plugin_xchat.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-18 10:51:22 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-18 10:51:22 +0200
commit1d3c6d672eaa8d97fa24f52b14efc9ec79d71929 (patch)
tree3b72159f6433e076880b5350d61c46d1a2b68fab /plugins/fishlim/plugin_xchat.c
parent0cf80ecb321f493e3e35d544a970def9dab4f96a (diff)
Add make support for FiSHLiM on Unix
Diffstat (limited to 'plugins/fishlim/plugin_xchat.c')
-rw-r--r--plugins/fishlim/plugin_xchat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/fishlim/plugin_xchat.c b/plugins/fishlim/plugin_xchat.c
index 5e261116..d1d3f5ca 100644
--- a/plugins/fishlim/plugin_xchat.c
+++ b/plugins/fishlim/plugin_xchat.c
@@ -27,11 +27,7 @@
 #include <string.h>
 
 // #pragma GCC visibility push(default)
-#ifdef _MSC_VER
 #include "xchat-plugin.h"
-#else
-#include <xchat/xchat-plugin.h>
-#endif
 #define XCHAT_MAX_WORDS 32
 // #pragma GCC visibility pop