diff options
Diffstat (limited to 'linden/indra/llcharacter/llbvhloader.cpp')
-rw-r--r-- | linden/indra/llcharacter/llbvhloader.cpp | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/linden/indra/llcharacter/llbvhloader.cpp b/linden/indra/llcharacter/llbvhloader.cpp index 9f7e901..1d157fd 100644 --- a/linden/indra/llcharacter/llbvhloader.cpp +++ b/linden/indra/llcharacter/llbvhloader.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llbvhloader.cpp | 2 | * @file llbvhloader.cpp |
3 | * @brief Translates a BVH files to LindenLabAnimation format. | 3 | * @brief Translates a BVH files to LindenLabAnimation format. |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2004&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2004-2007, Linden Research, Inc. | 7 | * Copyright (c) 2004-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,11 +26,15 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #include "linden_common.h" | 32 | #include "linden_common.h" |
30 | 33 | ||
31 | #include "llbvhloader.h" | 34 | #include "llbvhloader.h" |
35 | |||
36 | #include <boost/tokenizer.hpp> | ||
37 | |||
32 | #include "lldatapacker.h" | 38 | #include "lldatapacker.h" |
33 | #include "lldir.h" | 39 | #include "lldir.h" |
34 | #include "llkeyframemotion.h" | 40 | #include "llkeyframemotion.h" |
@@ -36,11 +42,6 @@ | |||
36 | #include "llstl.h" | 42 | #include "llstl.h" |
37 | #include "llapr.h" | 43 | #include "llapr.h" |
38 | 44 | ||
39 | #include <stdio.h> | ||
40 | #include <string.h> | ||
41 | #include <stdarg.h> | ||
42 | #include <llquaternion.h> | ||
43 | #include <boost/tokenizer.hpp> | ||
44 | 45 | ||
45 | using namespace std; | 46 | using namespace std; |
46 | 47 | ||