aboutsummaryrefslogtreecommitdiff
path: root/src/hash_map.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash_map.zig')
-rw-r--r--src/hash_map.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash_map.zig b/src/hash_map.zig
index 1c5d86900..fa553f939 100644
--- a/src/hash_map.zig
+++ b/src/hash_map.zig
@@ -12,7 +12,7 @@ const mem = std.mem;
const meta = std.meta;
const trait = meta.trait;
const Allocator = mem.Allocator;
-const Wyhash = @import("./Wyhash.zig").Wyhash;
+const Wyhash = std.hash.Wyhash;
pub fn getAutoHashFn(comptime K: type) (fn (K) u64) {
comptime {