X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_api.h;h=2313413f30af7761cd216f34bbd45718c8f8df20;hp=5aa96b7efcdb821bfdd46e9a5451a0c125e73cbd;hb=7493ad081ec06081cb8ca0f804d98a263f93ffbc;hpb=e22fc5f78e8cfc1101c4548de0568add46a8694a diff --git a/php_http_api.h b/php_http_api.h index 5aa96b7..2313413 100644 --- a/php_http_api.h +++ b/php_http_api.h @@ -49,9 +49,7 @@ # define PHP_HTTP_HAVE_HASH #endif -#if (defined(HAVE_JSON) || defined(PHP_HTTP_HAVE_EXT_JSON)) && (PHP_HTTP_SHARED_DEPS || !defined(COMPILE_DL_JSON)) -# define PHP_HTTP_HAVE_JSON -#endif +#include #ifdef PHP_WIN32 # define CURL_STATICLIB @@ -76,7 +74,6 @@ #include "php_http.h" #include "php_http_buffer.h" -#include "php_http_strlist.h" #include "php_http_misc.h" #include "php_http_options.h"