diff options
| author | 2022-08-14 11:16:03 +0200 | |
|---|---|---|
| committer | 2022-08-14 11:16:03 +0200 | |
| commit | 0d1e125832d0fd8ca31c5f782e7c3db774ae5a02 (patch) | |
| tree | e4622f75a8307d8ee1970f8bd6cc92766582f0ba /src/env.cff | |
| parent | c129f77ad724aa940b53a125de0e1e4de0ca7240 (diff) | |
woa
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); } |