From: Anantha Kesari H Y Date: Wed, 29 Sep 2004 12:25:56 +0000 (+0000) Subject: removed unneccessary inclusion of headers for NetWare X-Git-Tag: PRE_NEW_VM_GEN_PATCH~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b38de145ac72e1dc2cbfdf4027f4bf6006c878ca;p=php removed unneccessary inclusion of headers for NetWare --- diff --git a/main/reentrancy.c b/main/reentrancy.c index 8d7a7ff2bb..db2313f07f 100644 --- a/main/reentrancy.c +++ b/main/reentrancy.c @@ -29,11 +29,6 @@ #include "win32/readdir.h" #endif -#if defined(NETWARE) && !(NEW_LIBC) -/*#include */ -#include -#endif - #include "php_reentrancy.h" #include "ext/standard/php_rand.h" /* for PHP_RAND_MAX */