X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_util_object.c;h=b2fa5c54aa39bebab7d2c7b1c96d65033e281acb;hp=2a8b469e346c092d1578bbb1828bac832632f5a0;hb=d19eb84fa85cc82c46b943b49d906714e0a9b3c5;hpb=1ad65c598ee022aa7b31bb0884fe15b3dcd454d3 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)