From 293ab565b52f1132c44e7d723afe745b87761e06 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Sat, 25 Sep 2004 15:33:57 +0000 Subject: [PATCH] removing unwanted inclusion of socket header file --- ext/standard/head.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/standard/head.c b/ext/standard/head.c index 8ece988ab80..8fda1c04549 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"