X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_curl.c;h=5e588283570d87fd64e53df8c5abf5e130ac422a;hp=adf7885a6676246875363224d42fb89e95e15186;hb=29a54250b58e444974ae19840194e214cab80bd5;hpb=3bfe5564457d45ec6a8e928ec5876b12659fd614 diff --git a/php_http_curl.c b/php_http_curl.c index adf7885..5e58828 100644 --- a/php_http_curl.c +++ b/php_http_curl.c @@ -10,13 +10,10 @@ +--------------------------------------------------------------------+ */ -#include "php_http.h" +#include "php_http_api.h" #if PHP_HTTP_HAVE_CURL -#include "php_http_request.h" -#include "php_http_request_pool.h" - #include #define PHP_HTTP_CURL_VERSION(x, y, z) (LIBCURL_VERSION_NUM >= (((x)<<16) + ((y)<<8) + (z))) @@ -25,7 +22,6 @@ #endif #include -#include typedef struct php_http_curl_request {