MFH header fixes
[m6w6/ext-http] / src / php_http_querystring.c
index 322bd75772e71ba9eb34c1054f1dfbc6f85c4113..42f774ed9432fab9b2435de8eb46251e1df8fdd1 100644 (file)
 
 #include "php_http_api.h"
 
-#include <php_variables.h>
-#include <ext/spl/spl_array.h>
+#include "php_variables.h"
+#include "ext/spl/spl_array.h"
 
 #ifdef PHP_HTTP_HAVE_ICONV
 #      ifndef HAVE_ICONV
 #              define HAVE_ICONV 1
 #      endif
 #      undef PHP_ATOM_INC
-#      include <ext/iconv/php_iconv.h>
+#      include "ext/iconv/php_iconv.h"
 #endif
 
 #define QS_MERGE 1