Skip to content
Snippets Groups Projects
Commit 753e482b authored by Mike Antipov's avatar Mike Antipov
Browse files

No ticket. Remove unnecessary including of "llchiclet.h" in a header file.

--HG--
branch : product-engine
parent c22a9066
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
#include "llbottomtray.h" #include "llbottomtray.h"
#include "llcallingcard.h" #include "llcallingcard.h"
#include "llchat.h" #include "llchat.h"
#include "llchiclet.h"
#include "llresmgr.h" #include "llresmgr.h"
#include "llfloaterchat.h" #include "llfloaterchat.h"
#include "llfloaterchatterbox.h" #include "llfloaterchatterbox.h"
...@@ -1194,7 +1195,7 @@ BOOL LLIncomingCallDialog::postBuild() ...@@ -1194,7 +1195,7 @@ BOOL LLIncomingCallDialog::postBuild()
// check to see if this is an Avaline call // check to see if this is an Avaline call
LLUUID session_id = mPayload["session_id"].asUUID(); LLUUID session_id = mPayload["session_id"].asUUID();
bool is_avatar = LLVoiceClient::getInstance()->isParticipantAvatar(session_id); bool is_avatar = LLVoiceClient::getInstance()->isParticipantAvatar(session_id);
childSetVisible("Start IM", is_avatar); // no IM for avaline childSetVisible("Start IM", is_avatar); // no IM for avaline
LLUICtrl* caller_name_widget = getChild<LLUICtrl>("caller name"); LLUICtrl* caller_name_widget = getChild<LLUICtrl>("caller name");
......
...@@ -39,12 +39,13 @@ ...@@ -39,12 +39,13 @@
#include "llbutton.h" #include "llbutton.h"
#include "llscreenchannel.h" #include "llscreenchannel.h"
#include "llscrollcontainer.h" #include "llscrollcontainer.h"
#include "llchiclet.h"
#include "llimview.h" #include "llimview.h"
#include "boost/shared_ptr.hpp" #include "boost/shared_ptr.hpp"
class LLFlatListView; class LLFlatListView;
class LLChiclet;
class LLIMChiclet;
class LLSysWellWindow : public LLDockableFloater, LLIMSessionObserver class LLSysWellWindow : public LLDockableFloater, LLIMSessionObserver
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment