diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-05-12 21:07:02 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-05-12 21:07:02 +0800 |
commit | d43c417a737d9f48fece51d084a85e3fad86382b (patch) | |
tree | 65e3ddbee6c3c26cc33533d5182b078c08452fb1 | |
parent | 0de1d2018a6550e7dd1511ad3e15579a195c6463 (diff) |
Similar to commit 2a57b9 but for xxHash
-rw-r--r-- | indra/llcommon/hbxxh.cpp | 4 |
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" |