From 61df257c0f5c6f04ae6eefb9baa16574a1afd08f Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Sat, 19 Aug 2000 21:15:43 +0000 Subject: [PATCH] We only need winsock.h one time --- ext/standard/file.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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" -- 2.50.1