From: Anantha Kesari H Y Date: Mon, 25 Jul 2005 13:12:10 +0000 (+0000) Subject: ext/standard/fsock.h X-Git-Tag: RELEASE_0_9~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1183590e987a81a9ca8898b4eeae49fe4e2cbfe;p=php ext/standard/fsock.h Removing redundant inclusion of headers for NetWare ext/standard/lcg.c NetWare LibC SDK sys/time.h implicitly includes sys/timval.h so nothing special needed for NetWare here. --Kamesh --- diff --git a/ext/standard/fsock.h b/ext/standard/fsock.h index c28e2511ea..9b2df3985e 100644 --- a/ext/standard/fsock.h +++ b/ext/standard/fsock.h @@ -25,10 +25,6 @@ #ifndef FSOCK_H #define FSOCK_H -#ifdef NETWARE -#include "sys/timeval.h" -#endif - #include "file.h" #include "php_network.h" diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index daa1270c1a..f31fe294f6 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.c @@ -27,8 +27,6 @@ #ifdef PHP_WIN32 #include "win32/time.h" -#elif defined(NETWARE) -#include #else #include #endif