removing inclusion of platform specific config files as they are already included from php_scandir.h

This commit is contained in:
Anantha Kesari H Y 2004-10-18 10:42:16 +00:00
parent 6021286c5d
commit 5bf2be3461

View File

@ -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