diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2004-10-18 10:42:16 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-10-18 10:42:16 +0000 |
commit | 5bf2be3461ed04c2179e634e88a36c32961baf8e (patch) | |
tree | 70a1e6c3c92cfc9b2a688d35fc44dced816f1b6d | |
parent | 6021286c5de892a463aa256d6822f5d64750d19c (diff) | |
download | php-git-5bf2be3461ed04c2179e634e88a36c32961baf8e.tar.gz |
removing inclusion of platform specific config files as they are already included from php_scandir.h
-rw-r--r-- | main/php_scandir.c | 6 |
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 |