diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-29 12:25:56 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-29 12:25:56 +0000 |
commit | b38de145ac72e1dc2cbfdf4027f4bf6006c878ca (patch) | |
tree | b7524f6cf302cdc4935d51fee3c11e2e99a715c5 /main | |
parent | a93f75ce6bfd165cb4d2af4229de13d11290b366 (diff) | |
download | php-git-b38de145ac72e1dc2cbfdf4027f4bf6006c878ca.tar.gz |
removed unneccessary inclusion of headers for NetWare
Diffstat (limited to 'main')
-rw-r--r-- | main/reentrancy.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/main/reentrancy.c b/main/reentrancy.c index 8d7a7ff2bb..db2313f07f 100644 --- a/main/reentrancy.c +++ b/main/reentrancy.c @@ -29,11 +29,6 @@ #include "win32/readdir.h" #endif -#if defined(NETWARE) && !(NEW_LIBC) -/*#include <ws2nlm.h>*/ -#include <sys/socket.h> -#endif - #include "php_reentrancy.h" #include "ext/standard/php_rand.h" /* for PHP_RAND_MAX */ |