summaryrefslogtreecommitdiff
path: root/ext/standard/rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/rand.c')
-rw-r--r--ext/standard/rand.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/standard/rand.c b/ext/standard/rand.c
index e91853fa74..04f98b34f9 100644
--- a/ext/standard/rand.c
+++ b/ext/standard/rand.c
@@ -24,13 +24,6 @@
#include <stdlib.h>
-#ifdef PHP_WIN32
-# ifndef WIN32_LEAN_AND_MEAN
-# define WIN32_LEAN_AND_MEAN
-# endif
-# include <windows.h>
-#endif
-
#if defined(NETWARE) && !defined(NEW_LIBC) /* For getpid() used below */
#include "netware/pwd.h"
#endif