header cleanups; fix IDE warnings
[m6w6/ext-http] / php_http_message.c
index a99a0bb2ecf42ca70e7ab45c4f6379e480b5d62d..d6a7f755c76b73e0b6a6719f5ac1d42b80d222b1 100644 (file)
     +--------------------------------------------------------------------+
 */
 
-#include "php_http.h"
-
-#include <main/SAPI.h>
-#include <ext/spl/spl_iterators.h>
-#include <Zend/zend_interfaces.h>
+#include "php_http_api.h"
 
 PHP_HTTP_API zend_bool php_http_message_info_callback(php_http_message_t **message, HashTable **headers, php_http_info_t *info TSRMLS_DC)
 {