diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-01-20 23:28:57 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-01-20 23:28:57 +0200 |
commit | 7f61cde331880baa21801aa0c1c1ccf9dc57946f (patch) | |
tree | dfce5188058fcde193ec87d198ce56a7eedaccd2 /indra/newview/llimview.h | |
parent | af85ca38d94e14dd63526acecfcc5bd4c764e205 (diff) |
Reducing include dependence from the "llspeakers.h" through "llimview.h" (following by the 7d600b529ee8 commit)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 28f0be0d68..a226d66b12 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -37,7 +37,6 @@ #include "llinstantmessage.h" #include "lllogchat.h" -#include "llspeakers.h" //for LLIMSpeakerMgr #include "llvoicechannel.h" class LLFloaterChatterBox; @@ -45,6 +44,7 @@ class LLUUID; class LLFloaterIMPanel; class LLFriendObserver; class LLCallDialogManager; +class LLIMSpeakerMgr; class LLIMModel : public LLSingleton<LLIMModel> |