aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-04-25 20:31:35 +0100
committergingerBill <bill@gingerbill.org>2021-04-25 20:31:35 +0100
commit4662bad59ccc08278c63a33b798cdda8e0f5e388 (patch)
tree746dbc931eada5dac16ecdbc14ed7a64cb410bbc /src/common.cpp
parent7086b49ae6755292232d9175d12bd76d93290b9c (diff)
Remove unused file
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_++)