From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 14:19:38 +0000 (+0000) Subject: removed the redundant NEW_LIBC checks X-Git-Tag: PRE_NEW_VM_GEN_PATCH~224 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=595268403a4bb5d43944e43f8dd6cb5372e3d974;p=php removed the redundant NEW_LIBC checks --- diff --git a/ext/standard/lcg.c b/ext/standard/lcg.c index 5d1f1cd128..daa1270c1a 100644 --- a/ext/standard/lcg.c +++ b/ext/standard/lcg.c @@ -28,12 +28,8 @@ #ifdef PHP_WIN32 #include "win32/time.h" #elif defined(NETWARE) -#ifdef NEW_LIBC #include #else -#include "netware/time_nw.h" -#endif -#else #include #endif