diff options
Diffstat (limited to 'src/common.cpp')
| -rw-r--r-- | src/common.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common.cpp b/src/common.cpp index af0a195a8..b132c26b0 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -44,11 +44,9 @@ void debugf(char const *fmt, ...); #include "queue.cpp" #include "common_memory.cpp" #include "string.cpp" - - - #include "range_cache.cpp" + u32 fnv32a(void const *data, isize len) { u8 const *bytes = cast(u8 const *)data; u32 h = 0x811c9dc5; |