diff options
Diffstat (limited to 'plugins/fishlim/plugin_xchat.c')
-rw-r--r-- | plugins/fishlim/plugin_xchat.c | 4 |
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 |