diff options
author | Ansariel Hiller <Ansariel@users.noreply.github.com> | 2024-10-05 07:07:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-05 08:07:01 +0300 |
commit | bd252f8151f777508efb15cfe2c69c9a103d98be (patch) | |
tree | a3c49b6a346307ae18ee5ee3b152268c6b2079b3 /indra/llmessage | |
parent | 39eb250e3926e123794a939e861e62d96916e92e (diff) |
Follow up for 39eb250 (#2815)
Diffstat (limited to 'indra/llmessage')
-rw-r--r-- | indra/llmessage/patch_code.cpp | 1 | ||||
-rw-r--r-- | indra/llmessage/patch_dct.cpp | 1 | ||||
-rw-r--r-- | indra/llmessage/patch_idct.cpp | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/indra/llmessage/patch_code.cpp b/indra/llmessage/patch_code.cpp index 489b6ce6a6..9f9f4c852a 100644 --- a/indra/llmessage/patch_code.cpp +++ b/indra/llmessage/patch_code.cpp @@ -27,7 +27,6 @@ #include "linden_common.h" #include "llmath.h" -//#include "vmath.h" #include "v3math.h" #include "patch_dct.h" #include "patch_code.h" 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" diff --git a/indra/llmessage/patch_idct.cpp b/indra/llmessage/patch_idct.cpp index 5483cf98c0..4bcc439917 100644 --- a/indra/llmessage/patch_idct.cpp +++ b/indra/llmessage/patch_idct.cpp @@ -27,7 +27,6 @@ #include "linden_common.h" #include "llmath.h" -//#include "vmath.h" #include "v3math.h" #include "patch_dct.h" |