From: Guenter Knauf Date: Tue, 3 Nov 2009 18:56:47 +0000 (+0000) Subject: cleaned up includes for NetWare. X-Git-Tag: php-5.2.12RC1~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=170b33dec0a7e734dfe447b1e6ddbf47cb528931;p=php cleaned up includes for NetWare. --- diff --git a/ext/standard/file.c b/ext/standard/file.c index e3a16dc2ae..66f48dabcd 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -48,16 +48,6 @@ #define O_RDONLY _O_RDONLY #include "win32/param.h" #include "win32/winutil.h" -#elif defined(NETWARE) -#include -#include -#ifdef USE_WINSOCK -#include -#else -#include -#include -#include -#endif #else #if HAVE_SYS_PARAM_H #include