From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:46:24 +0000 (+0000) Subject: removed unwanted NEW_LIBC checks X-Git-Tag: PRE_NEW_VM_GEN_PATCH~222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc90ecb7e2e3b5e4b5fd8333762834100cdf1718;p=php removed unwanted NEW_LIBC checks --- diff --git a/ext/standard/image.c b/ext/standard/image.c index 8b85ab7192..42989805a4 100644 --- a/ext/standard/image.c +++ b/ext/standard/image.c @@ -21,9 +21,6 @@ #include "php.h" #include -#if defined(NETWARE) && !defined(NEW_LIBC) -#include -#endif #if HAVE_FCNTL_H #include #endif