- reorder includes, always include php.h first
[m6w6/ext-http] / http_response_object.c
index 42416ecf6e91667e026098dc01bcf348fd7106cd..4f42afeb8ab3789c8e0adf4dc034605df69bf3ec 100644 (file)
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #endif
-
 #include "php.h"
 
+#ifdef ZEND_ENGINE_2
+
 #include "php_http_std_defs.h"
 #include "php_http_response_object.h"
 
-#ifdef ZEND_ENGINE_2
-
 #include "missing.h"
 
 #define http_response_object_declare_default_properties() _http_response_object_declare_default_properties(TSRMLS_C)