diff options
Diffstat (limited to 'src/env.cff')
| -rw-r--r-- | src/env.cff | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/env.cff b/src/env.cff index 8878238..d1eab07 100644 --- a/src/env.cff +++ b/src/env.cff @@ -1,5 +1,6 @@ +import "cffc.hff"; import "map.hff"; -import "all.hff"; +import "util.hff"; struct StringKeyTraits { fn hash(s *const u8) u32 { return fnv1a_s(FNV1A_INI, s); } |