From: Anantha Kesari H Y Date: Mon, 18 Oct 2004 10:42:16 +0000 (+0000) Subject: removing inclusion of platform specific config files as they are already included... X-Git-Tag: PRE_NEW_VM_GEN_PATCH~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bf2be3461ed04c2179e634e88a36c32961baf8e;p=php removing inclusion of platform specific config files as they are already included from php_scandir.h --- 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