X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_cache_api.h;h=1a21dedfa84bd185687eb8250efc7fa1a1edc334;hp=e349cc6cc3eb1a60c2b88fc3f53b17c4ff5cf96c;hb=5dc71016d93c6e05fc9c6e933b934dfe9ab277fb;hpb=1c7ba6f10ddb2a20de8d89f415e2750316b76f2c diff --git a/php_http_cache_api.h b/php_http_cache_api.h index e349cc6..1a21ded 100644 --- a/php_http_cache_api.h +++ b/php_http_cache_api.h @@ -15,17 +15,11 @@ #ifndef PHP_HTTP_CACHE_API_H #define PHP_HTTP_CACHE_API_H -#include "zend_ini.h" +#include "php_http_send_api.h" #include "ext/standard/crc32.h" #include "ext/standard/sha1.h" #include "ext/standard/md5.h" - -#include "php_http_std_defs.h" -#include "php_http.h" -#include "php_http_api.h" -#include "php_http_send_api.h" - #if defined(HTTP_HAVE_EXT_HASH) # include "php_hash.h" #elif defined(HTTP_HAVE_HASH_EXT_HASH)