aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llinventory/lllandmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llinventory/lllandmark.cpp')
-rw-r--r--linden/indra/llinventory/lllandmark.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llinventory/lllandmark.cpp b/linden/indra/llinventory/lllandmark.cpp
index ae7a991..cac41c3 100644
--- a/linden/indra/llinventory/lllandmark.cpp
+++ b/linden/indra/llinventory/lllandmark.cpp
@@ -2,6 +2,8 @@
2 * @file lllandmark.cpp 2 * @file lllandmark.cpp
3 * @brief Landmark asset class 3 * @brief Landmark asset class
4 * 4 *
5 * $LicenseInfo:firstyear=2002&license=viewergpl$
6 *
5 * Copyright (c) 2002-2007, Linden Research, Inc. 7 * Copyright (c) 2002-2007, Linden Research, Inc.
6 * 8 *
7 * Second Life Viewer Source Code 9 * Second Life Viewer Source Code
@@ -24,15 +26,13 @@
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#include "lllandmark.h" 33#include "lllandmark.h"
31 34
32#include <stdlib.h>
33#include <string.h>
34#include <errno.h> 35#include <errno.h>
35#include <stdio.h> // for sscanf() on linux
36 36
37#include "message.h" 37#include "message.h"
38#include "llregionhandle.h" 38#include "llregionhandle.h"