diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-10-28 18:31:43 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-10-28 18:31:43 +0200 |
commit | 86921724c438e31957bc803695054bba80645df4 (patch) | |
tree | 824aed59caadfbd2f9ecedfe5edea3c585ece9e8 /indra/newview/llnearbychatbar.h | |
parent | f5b4635c434c77ab6b9fc29f07891fe9625ca3dc (diff) |
IM refactoring: moved speakers management stuff in its own files llspeakers.* from dying llfloateractivespeakers. *
Decresed number of llfloateractivespeakers.h includes to a minimum.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychatbar.h')
-rw-r--r-- | indra/newview/llnearbychatbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychatbar.h b/indra/newview/llnearbychatbar.h index d495a10193..06204e6367 100644 --- a/indra/newview/llnearbychatbar.h +++ b/indra/newview/llnearbychatbar.h @@ -40,7 +40,7 @@ #include "llchiclet.h" #include "llvoiceclient.h" #include "lloutputmonitorctrl.h" -#include "llfloateractivespeakers.h" +#include "llspeakers.h" class LLGestureComboBox : public LLComboBox |