diff --git a/src/util/map/hashmap.scad b/src/util/map/hashmap.scad index d206725f..e1b14e9a 100644 --- a/src/util/map/hashmap.scad +++ b/src/util/map/hashmap.scad @@ -10,7 +10,6 @@ use <../../__comm__/_str_hash.scad>; use <_impl/_hashmap_impl.scad>; -use <_impl/_hashmap_put_impl.scad>; function hashmap(kv_lt, eq = function(e1, e2) e1 == e2, hash = function(e) _str_hash(e), number_of_buckets) = let(