From: Frank M. Kromann Date: Sat, 19 Aug 2000 21:15:43 +0000 (+0000) Subject: We only need winsock.h one time X-Git-Tag: php-4.0.2RC1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61df257c0f5c6f04ae6eefb9baa16574a1afd08f;p=php We only need winsock.h one time --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 47dd9445a9..f1b66dd78d 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -44,6 +44,9 @@ #else #include #include +#include +#include +#include #endif #include "ext/standard/head.h" #include "safe_mode.h" @@ -59,13 +62,6 @@ #ifdef HAVE_SYS_TIME_H #include #endif -#ifdef PHP_WIN32 -#include -#else -#include -#include -#include -#endif #include "fsock.h" #include "fopen-wrappers.h" #include "php_globals.h"