From b8c02f71d9bbaf805534d5327d8c3935a3b87636 Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 4 Jun 2014 10:30:18 -0400 Subject: win32: Use config.h instead of config-win32.h --- plugins/perl/perl.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'plugins/perl') 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 */ -- cgit 1.4.1