]> granicus.if.org Git - php/commitdiff
removing unwanted inclusion of socket header file
authorAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 15:33:57 +0000 (15:33 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Sat, 25 Sep 2004 15:33:57 +0000 (15:33 +0000)
ext/standard/head.c

index 8ece988ab80b6e8e3040b8be94d99c86d1662df1..8fda1c04549396b59a3f2a3768ee8fd673351bbd 100644 (file)
 /* $Id$ */
 
 #include <stdio.h>
-
-#if defined(NETWARE) && !defined(NEW_LIBC)
-#include <sys/socket.h>
-#endif
-
 #include "php.h"
 #include "ext/standard/php_standard.h"
 #include "SAPI.h"