summary refs log tree commit diff stats
path: root/plugins/perl/perl.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 22:46:11 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 22:46:11 +0200
commita0d47d108cee15e935ceeaa74ed3df9915eb53f0 (patch)
tree4c913175100c2219c63b29e6382ba236e7208bb4 /plugins/perl/perl.c
parentf61726ba4924e1c67dae9097861a258d20c63f33 (diff)
Dirent is no longer required for Perl
Diffstat (limited to 'plugins/perl/perl.c')
-rw-r--r--plugins/perl/perl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c
index 87127267..ac231867 100644
--- a/plugins/perl/perl.c
+++ b/plugins/perl/perl.c
@@ -27,8 +27,6 @@
 #endif
 #ifdef WIN32
 #include <windows.h>
-#define  _INC_DIRENT /* disable inclusion of perl's dirent.h, we use an own version for win32 */
-#include "../../src/dirent/dirent-win32.h"
 #else
 #include <dirent.h>
 #endif