aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorDaniel Gavin <danielgavin5@hotmail.com>2021-04-27 00:06:30 +0200
committerDaniel Gavin <danielgavin5@hotmail.com>2021-04-27 00:06:30 +0200
commit51b198aa569b4df3cf93716eaeb216348e60d5ba (patch)
treea15361c1199f178f918219ec9b718b3459172433 /src/common.cpp
parent87bfd3166482eaa3d89387bde03852f23c6f0629 (diff)
parent94fd59e6f0e509f823edd3c90130841510cceb70 (diff)
Merge remote-tracking branch 'upstream/master' into prototype-fmt
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 9786bd41d..a70f9c629 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -167,7 +167,6 @@ GB_ALLOCATOR_PROC(heap_allocator_proc) {
#include "unicode.cpp"
#include "array.cpp"
#include "string.cpp"
-#include "murmurhash3.cpp"
#define for_array(index_, array_) for (isize index_ = 0; index_ < (array_).count; index_++)