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/llsurface.h | |
parent | 85b88f568214c733e775dc26b0a1a9c42d12870e (diff) |
More constexpr improvements and cleanup of includes of a deleted header file
Diffstat (limited to 'indra/newview/llsurface.h')
-rw-r--r-- | indra/newview/llsurface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llsurface.h b/indra/newview/llsurface.h index 10a104730b..fc72ab7db7 100644 --- a/indra/newview/llsurface.h +++ b/indra/newview/llsurface.h @@ -27,7 +27,6 @@ #ifndef LL_LLSURFACE_H #define LL_LLSURFACE_H -//#include "vmath.h" #include "v3math.h" #include "v3dmath.h" #include "v4math.h" |