X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_env_response.c;h=2ddcb7105fc1ed73776ae494bf5637698b695fe0;hb=1c2e8194e3bb4483544cdb31257bdc26953b5c5f;hp=bc30b3c0d1adf50b3e90c4e000f197dd0871dea0;hpb=29a54250b58e444974ae19840194e214cab80bd5;p=m6w6%2Fext-http diff --git a/php_http_env_response.c b/php_http_env_response.c index bc30b3c..2ddcb71 100644 --- a/php_http_env_response.c +++ b/php_http_env_response.c @@ -12,10 +12,6 @@ #include "php_http_api.h" -#include -#include - - static void set_option(zval *options, const char *name_str, size_t name_len, int type, const void *value_ptr, size_t value_len TSRMLS_DC) { if (Z_TYPE_P(options) == IS_OBJECT) {