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/newview/llsky.h | |
parent | 85b88f568214c733e775dc26b0a1a9c42d12870e (diff) |
More constexpr improvements and cleanup of includes of a deleted header file
Diffstat (limited to 'indra/newview/llsky.h')
-rw-r--r-- | indra/newview/llsky.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llsky.h b/indra/newview/llsky.h index 32599dcee2..d06f181357 100644 --- a/indra/newview/llsky.h +++ b/indra/newview/llsky.h @@ -28,7 +28,6 @@ #define LL_LLSKY_H #include "llmath.h" -//#include "vmath.h" #include "v3math.h" #include "v4math.h" #include "v4color.h" |