From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 15:33:57 +0000 (+0000) Subject: removing unwanted inclusion of socket header file X-Git-Tag: PRE_NEW_VM_GEN_PATCH~215 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=293ab565b52f1132c44e7d723afe745b87761e06;p=php removing unwanted inclusion of socket header file --- diff --git a/ext/standard/head.c b/ext/standard/head.c index 8ece988ab8..8fda1c0454 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -18,11 +18,6 @@ /* $Id$ */ #include - -#if defined(NETWARE) && !defined(NEW_LIBC) -#include -#endif - #include "php.h" #include "ext/standard/php_standard.h" #include "SAPI.h"