clang is picky about these when building in-tree
[m6w6/ext-http] / src / php_http_querystring.c
index d45cd49923b21ce2b17746ddf0f56b84765b8fc8..dfda3d5e935c0ac74f6b392effb4c45b4379b0a0 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
 
 static zend_class_entry *php_http_querystring_class_entry;