diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/perl/perl.c | 5 | ||||
-rw-r--r-- | plugins/python/python.c | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 6711bd68..74333516 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -32,11 +32,8 @@ #endif #undef PACKAGE -#ifdef WIN32 -#include "../../config-win32.h" /* for #define OLD_PERL */ -#else #include "../../config.h" -#endif + #include "hexchat-plugin.h" static hexchat_plugin *ph; /* plugin handle */ diff --git a/plugins/python/python.c b/plugins/python/python.c index 28a40d18..06cc7a3b 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -60,12 +60,12 @@ #include <direct.h> #include <glib/gstdio.h> #include "../../src/dirent/dirent-win32.h" -#include "../../config-win32.h" #else #include <unistd.h> #include <dirent.h> #endif +#include "../../config.h" #include "hexchat-plugin.h" #undef _POSIX_C_SOURCE /* Avoid warning: also in /usr/include/features.h from glib.h */ #include <Python.h> |