summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-05-12 21:07:02 +0800
committerErik Kundiman <erik@megapahit.org>2025-05-12 21:07:02 +0800
commitd43c417a737d9f48fece51d084a85e3fad86382b (patch)
tree65e3ddbee6c3c26cc33533d5182b078c08452fb1
parent0de1d2018a6550e7dd1511ad3e15579a195c6463 (diff)
Similar to commit 2a57b9 but for xxHash
-rw-r--r--indra/llcommon/hbxxh.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcommon/hbxxh.cpp b/indra/llcommon/hbxxh.cpp
index 8ccf8dfcbe..decf908bb6 100644
--- a/indra/llcommon/hbxxh.cpp
+++ b/indra/llcommon/hbxxh.cpp
@@ -34,11 +34,7 @@
// in your build, in which case the latter would be used instead. For ARM64
// builds, this would also automatically enable NEON vectorization.
#define XXH_INLINE_ALL
-#if LL_USESYSTEMLIBS
#include <xxhash.h>
-#else
-#include "xxhash/xxhash.h"
-#endif
#include "hbxxh.h"