X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_env_response.c;h=2ddcb7105fc1ed73776ae494bf5637698b695fe0;hb=c5da027b7eca8eae5304e536539c2be05e716009;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) {