summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main/php_scandir.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/php_scandir.c b/main/php_scandir.c
index 3b9d8cf0ab..4586214af8 100644
--- a/main/php_scandir.c
+++ b/main/php_scandir.c
@@ -19,12 +19,6 @@
/* $Id$ */
-#ifdef PHP_WIN32
-#include "config.w32.h"
-#else
-#include "php_config.h"
-#endif
-
#include "php_scandir.h"
#ifdef HAVE_SYS_TYPES_H