summaryrefslogtreecommitdiff
path: root/indra/llappearance/llwearabletype.cpp
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2012-09-08 06:20:19 +0000
committerDon Kjer <don@lindenlab.com>2012-09-08 06:20:19 +0000
commitb77e2eff481512667c35bc99946fb62eca1be169 (patch)
tree6f55e6cb6b486ad0dce223a2511bb83e5ab99bb6 /indra/llappearance/llwearabletype.cpp
parent7a4618544f084507ae86bc77ffc08a4cd095743b (diff)
Fixed #include typo
Diffstat (limited to 'indra/llappearance/llwearabletype.cpp')
-rw-r--r--indra/llappearance/llwearabletype.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llappearance/llwearabletype.cpp b/indra/llappearance/llwearabletype.cpp
index 3a8e1b8be3..aa0afe348a 100644
--- a/indra/llappearance/llwearabletype.cpp
+++ b/indra/llappearance/llwearabletype.cpp
@@ -27,7 +27,7 @@
#include "linden_common.h"
#include "llwearabletype.h"
#include "llinventorytype.h"
-#include "llui/lltrans.h"
+#include "lltrans.h"
struct WearableEntry : public LLDictionaryEntry
{