diff options
author | Don Kjer <don@lindenlab.com> | 2012-09-08 06:20:19 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2012-09-08 06:20:19 +0000 |
commit | b77e2eff481512667c35bc99946fb62eca1be169 (patch) | |
tree | 6f55e6cb6b486ad0dce223a2511bb83e5ab99bb6 /indra/llappearance/llwearabletype.cpp | |
parent | 7a4618544f084507ae86bc77ffc08a4cd095743b (diff) |
Fixed #include typo
Diffstat (limited to 'indra/llappearance/llwearabletype.cpp')
-rw-r--r-- | indra/llappearance/llwearabletype.cpp | 2 |
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 { |