X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_util_object.c;h=b2fa5c54aa39bebab7d2c7b1c96d65033e281acb;hp=2a8b469e346c092d1578bbb1828bac832632f5a0;hb=edc84b40eb2c5be04492fa98fec5833a030782eb;hpb=e72c7760ba1b1502655567f2a57be034a4f7c11d diff --git a/http_util_object.c b/http_util_object.c index 2a8b469..b2fa5c5 100644 --- a/http_util_object.c +++ b/http_util_object.c @@ -16,12 +16,11 @@ #ifdef HAVE_CONFIG_H # include "config.h" #endif -#include "php.h" + +#include "php_http.h" #ifdef ZEND_ENGINE_2 -#include "php_http.h" -#include "php_http_std_defs.h" #include "php_http_util_object.h" #define HTTP_BEGIN_ARGS(method, req_args) HTTP_BEGIN_ARGS_EX(HttpUtil, method, 0, req_args)