diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-26 18:09:24 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-08-26 18:09:24 -0400 |
commit | 2192d13e2642944e78bcb2dcdc192f5c561c35b2 (patch) | |
tree | 89c3e3e235c0f24633b341cf536138e39509029a /indra/llmath/tests/v4math_test.cpp | |
parent | 8a67b31d6a775ef87d29e2c3e22e30368adf59b0 (diff) | |
parent | 1eeeada0f7c20f190032daa651f884a4a1525df1 (diff) |
Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/
Diffstat (limited to 'indra/llmath/tests/v4math_test.cpp')
-rw-r--r-- | indra/llmath/tests/v4math_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/tests/v4math_test.cpp b/indra/llmath/tests/v4math_test.cpp index e919c90efa..61fc108488 100644 --- a/indra/llmath/tests/v4math_test.cpp +++ b/indra/llmath/tests/v4math_test.cpp @@ -36,9 +36,9 @@ #include "../test/lltut.h" #include "llsd.h" -#include "../llquaternion.h" #include "../m4math.h" #include "../v4math.h" +#include "../llquaternion.h" namespace tut { |