aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/llmessagetemplateparser_tut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/llmessagetemplateparser_tut.cpp')
-rw-r--r--linden/indra/test/llmessagetemplateparser_tut.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/test/llmessagetemplateparser_tut.cpp b/linden/indra/test/llmessagetemplateparser_tut.cpp
index 7e1f5a3..e9988be 100644
--- a/linden/indra/test/llmessagetemplateparser_tut.cpp
+++ b/linden/indra/test/llmessagetemplateparser_tut.cpp
@@ -3,6 +3,8 @@
3 * @date April 2007 3 * @date April 2007
4 * @brief LLMessageTemplateParser unit tests 4 * @brief LLMessageTemplateParser unit tests
5 * 5 *
6 * $LicenseInfo:firstyear=2006&license=viewergpl$
7 *
6 * Copyright (c) 2006-2007, Linden Research, Inc. 8 * Copyright (c) 2006-2007, Linden Research, Inc.
7 * 9 *
8 * Second Life Viewer Source Code 10 * Second Life Viewer Source Code
@@ -25,12 +27,12 @@
25 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO 27 * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO
26 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, 28 * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY,
27 * COMPLETENESS OR PERFORMANCE. 29 * COMPLETENESS OR PERFORMANCE.
30 * $/LicenseInfo$
28 */ 31 */
29 32
30#include <tut/tut.h>
31#include "lltut.h"
32#include "linden_common.h" 33#include "linden_common.h"
33#include "llmessagetemplateparser.h" 34#include "llmessagetemplateparser.h"
35#include "lltut.h"
34 36
35namespace tut 37namespace tut
36{ 38{