MFH header fixes
[m6w6/ext-http] / src / php_http_etag.c
index 3604ad8673957f6ca4f52f35420fe06cb15eae14..4e5fd692bf6ed8a91816fd28b6b9979ac017c550 100644 (file)
@@ -16,9 +16,9 @@
 #      include "php_hash.h"
 #endif
 
 #      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 TSRMLS_DC)
 {
 
 php_http_etag_t *php_http_etag_init(const char *mode TSRMLS_DC)
 {