header cleanups; fix IDE warnings
[m6w6/ext-http] / php_http_request_pool.c
index 08768096071e12aea696f041ac553154f64ccab9..4930122b5517ba0e2088103d5d2f533b3079c708 100644 (file)
@@ -12,8 +12,6 @@
 
 #include "php_http_api.h"
 
-#include <ext/spl/spl_iterators.h>
-
 PHP_HTTP_API php_http_request_pool_t *php_http_request_pool_init(php_http_request_pool_t *h, php_http_request_pool_ops_t *ops, php_http_resource_factory_t *rf, void *init_arg TSRMLS_DC)
 {
        php_http_request_pool_t *free_h = NULL;