removing unwanted inclusion of socket header file

This commit is contained in:
Anantha Kesari H Y 2004-09-25 15:33:57 +00:00
parent 80a4042a5c
commit 293ab565b5

View File

@ -18,11 +18,6 @@
/* $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"