diff options
author | James Cook <james@lindenlab.com> | 2010-02-26 17:31:55 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-26 17:31:55 -0800 |
commit | 541291b366c4813217be5cb9118cd74778d0daeb (patch) | |
tree | b953b0d120237752fbb69355ade3baf49069eaf5 /indra/newview/llglsandbox.cpp | |
parent | a235f3d5ea734db03a1a64901c893016f0320f18 (diff) |
Removed unnecessary include llhudtext.h from llviewerobject.h
Diffstat (limited to 'indra/newview/llglsandbox.cpp')
-rw-r--r-- | indra/newview/llglsandbox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llglsandbox.cpp b/indra/newview/llglsandbox.cpp index 134e63fa35..a47f628da0 100644 --- a/indra/newview/llglsandbox.cpp +++ b/indra/newview/llglsandbox.cpp @@ -54,6 +54,7 @@ #include "lltoolmgr.h" #include "llselectmgr.h" #include "llhudmanager.h" +#include "llhudtext.h" #include "llrendersphere.h" #include "llviewerobjectlist.h" #include "lltoolselectrect.h" |