diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-09-25 18:08:58 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-04-18 23:23:10 +0300 |
commit | ea96f7ac5e1b543947d040600bd5ad341df1c2dd (patch) | |
tree | 839eff523c5a363789c2178a2d93e8aeb256f065 /indra/llmessage/patch_dct.cpp | |
parent | 85b88f568214c733e775dc26b0a1a9c42d12870e (diff) |
More constexpr improvements and cleanup of includes of a deleted header file
Diffstat (limited to 'indra/llmessage/patch_dct.cpp')
-rw-r--r-- | indra/llmessage/patch_dct.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmessage/patch_dct.cpp b/indra/llmessage/patch_dct.cpp index 728fe84537..e74e5fd459 100644 --- a/indra/llmessage/patch_dct.cpp +++ b/indra/llmessage/patch_dct.cpp @@ -27,7 +27,6 @@ #include "linden_common.h" #include "llmath.h" -//#include "vmath.h" #include "v3math.h" #include "patch_dct.h" |