tests
[m6w6/ext-http] / php_http_env_response.c
index bc30b3c0d1adf50b3e90c4e000f197dd0871dea0..2ddcb7105fc1ed73776ae494bf5637698b695fe0 100644 (file)
 
 #include "php_http_api.h"
 
-#include <ext/date/php_date.h>
-#include <ext/standard/php_string.h>
-
-
 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) {