include headers where they're actually needed
[m6w6/ext-http] / php_http.h
index 4dc95327450cebe0152e3b02af1b018795f6318a..67e5262136bbfcd748d1ab3481bfb910d51b638c 100644 (file)
@@ -64,11 +64,6 @@ typedef int STATUS;
 #      endif
 #endif
 
-#ifdef PHP_HTTP_HAVE_EVENT
-//#    include <event.h>
-#endif
-
-#include <curl/curl.h>
 #define PHP_HTTP_CURL_VERSION(x, y, z) (LIBCURL_VERSION_NUM >= (((x)<<16) + ((y)<<8) + (z)))
 
 #include <ctype.h>