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/llviewerobject.h | |
| parent | a235f3d5ea734db03a1a64901c893016f0320f18 (diff) | |
Removed unnecessary include llhudtext.h from llviewerobject.h
Diffstat (limited to 'indra/newview/llviewerobject.h')
| -rw-r--r-- | indra/newview/llviewerobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 266c40d493..9f2eb10065 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -37,7 +37,6 @@ #include "llassetstorage.h" #include "lldarrayptr.h" -#include "llhudtext.h" #include "llhudicon.h" #include "llinventory.h" #include "llrefcount.h" @@ -60,6 +59,7 @@ class LLColor4; class LLFrameTimer; class LLDrawable; class LLHost; +class LLHUDText; class LLWorld; class LLNameValue; class LLNetMap; |
