diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-08 13:36:46 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-08 13:36:46 +0000 |
commit | 5fe65644b5ac422b2d7f1558f9e38e8d0dbc7674 (patch) | |
tree | e508f307e902b9312df7124b43eafda8f0c38436 /indra/llmath/tests/llquaternion_test.cpp | |
parent | ec08dec2074be37e1b40a4385169ba5ed68b1923 (diff) |
DEV-41088 convert legacy 'math' test module into 'mathmisc' integration test.
Diffstat (limited to 'indra/llmath/tests/llquaternion_test.cpp')
-rw-r--r-- | indra/llmath/tests/llquaternion_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llmath/tests/llquaternion_test.cpp b/indra/llmath/tests/llquaternion_test.cpp index d071a1a8bd..bfa475d91b 100644 --- a/indra/llmath/tests/llquaternion_test.cpp +++ b/indra/llmath/tests/llquaternion_test.cpp @@ -32,8 +32,6 @@ * $/LicenseInfo$ */ -#include <cmath> - #include "linden_common.h" #include "../test/lltut.h" |