header cleanups and fix some warnings
[m6w6/ext-http] / php_http_headers.c
index a2e59de13f6872a7379389161ebf17cf0022c16e..3173edb680baa29a27239ad5c635f03de23bc3cd 100644 (file)
@@ -10,9 +10,7 @@
     +--------------------------------------------------------------------+
 */
 
-#include "php_http.h"
-
-#include <Zend/zend_interfaces.h>
+#include "php_http_api.h"
 
 PHP_HTTP_API STATUS php_http_headers_parse(const char *header, size_t length, HashTable *headers, php_http_info_callback_t callback_func, void **callback_data TSRMLS_DC)
 {