aboutsummaryrefslogtreecommitdiff
path: root/include/bh/internal/hashmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bh/internal/hashmap.h')
-rw-r--r--include/bh/internal/hashmap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/bh/internal/hashmap.h b/include/bh/internal/hashmap.h
index 8d62c16..416611d 100644
--- a/include/bh/internal/hashmap.h
+++ b/include/bh/internal/hashmap.h
@@ -1,5 +1,5 @@
-#ifndef BHLIB_INTERNAL_HASHMAP_H
-#define BHLIB_INTERNAL_HASHMAP_H
+#ifndef BH_INTERNAL_HASHMAP_H
+#define BH_INTERNAL_HASHMAP_H
#include <bh/hashmap.h>
@@ -27,4 +27,4 @@ void bh_hashmap_init(bh_hashmap_t *hashmap,
void bh_hashmap_destroy(bh_hashmap_t *hashmap);
-#endif /* BHLIB_INTERNAL_HASHMAP_H */
+#endif /* BH_INTERNAL_HASHMAP_H */