Merge branch 'v2.6.x'
[m6w6/ext-http] / src / php_http_etag.c
index 1ebddb35d4a7b283db6cc07c954133bbbde18c2e..8c6a5485f0bd2a8247d0b0f7c220aba23d803656 100644 (file)
@@ -16,9 +16,9 @@
 #      include "php_hash.h"
 #endif
 
-#include <ext/standard/crc32.h>
-#include <ext/standard/sha1.h>
-#include <ext/standard/md5.h>
+#include "ext/standard/crc32.h"
+#include "ext/standard/sha1.h"
+#include "ext/standard/md5.h"
 
 php_http_etag_t *php_http_etag_init(const char *mode)
 {