X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http.h;h=67e5262136bbfcd748d1ab3481bfb910d51b638c;hp=4dc95327450cebe0152e3b02af1b018795f6318a;hb=34c5e92d16dbd185ca792bd889d9e6d27cdaac80;hpb=84db30e7a19ccab0526f20476dace985d05eca3d diff --git a/php_http.h b/php_http.h index 4dc9532..67e5262 100644 --- a/php_http.h +++ b/php_http.h @@ -64,11 +64,6 @@ typedef int STATUS; # endif #endif -#ifdef PHP_HTTP_HAVE_EVENT -//# include -#endif - -#include #define PHP_HTTP_CURL_VERSION(x, y, z) (LIBCURL_VERSION_NUM >= (((x)<<16) + ((y)<<8) + (z))) #include