summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-02-17 13:29:59 +0000
committerZeev Suraski <zeev@php.net>2003-02-17 13:29:59 +0000
commit4934744b9334b7f0ba31f31830896d2c1f089246 (patch)
tree68bab5bad35b1d318a6313c7a8cfc22bac4397bd /main/php.h
parentfb607799cc3aa512136e9c8ec480c043050e5aeb (diff)
downloadphp-git-4934744b9334b7f0ba31f31830896d2c1f089246.tar.gz
Win32 build improvements
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php.h b/main/php.h
index d6c220b3e1..6cd191453a 100644
--- a/main/php.h
+++ b/main/php.h
@@ -22,10 +22,6 @@
#ifndef PHP_H
#define PHP_H
-#ifdef PHP_WIN32
-#include <winsock2.h>
-#endif
-
#ifdef HAVE_DMALLOC
#include <dmalloc.h>
#endif