From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 15:39:26 +0000 (+0000) Subject: removing the unwanted inclusion of headers X-Git-Tag: PRE_NEW_VM_GEN_PATCH~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc45f504d4b18dbf0ba6ff92ffee5b7598a227c9;p=php removing the unwanted inclusion of headers --- diff --git a/ext/standard/rand.c b/ext/standard/rand.c index 851508c45c..f35967acd2 100644 --- a/ext/standard/rand.c +++ b/ext/standard/rand.c @@ -24,10 +24,6 @@ #include -#if defined(NETWARE) && !defined(NEW_LIBC) /* For getpid() used below */ -#include "netware/pwd.h" -#endif - #include "php.h" #include "php_math.h" #include "php_rand.h"