summaryrefslogtreecommitdiffstats
path: root/include/zix/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/hash.h')
-rw-r--r--include/zix/hash.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/zix/hash.h b/include/zix/hash.h
index 9447cd7..ec04b90 100644
--- a/include/zix/hash.h
+++ b/include/zix/hash.h
@@ -4,9 +4,9 @@
#ifndef ZIX_HASH_H
#define ZIX_HASH_H
-#include "zix/allocator.h"
-#include "zix/attributes.h"
-#include "zix/status.h"
+#include <zix/allocator.h>
+#include <zix/attributes.h>
+#include <zix/status.h>
#include <stdbool.h>
#include <stddef.h>