diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-12-26 16:35:33 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-12-26 16:35:33 +0200 |
commit | c3f2859c9f91d0c26c256b498c29da624afb8fb9 (patch) | |
tree | 45cb8e73983a8deaa1f1441b491796be2be49ceb /indra/newview/llfloaterchatterbox.h | |
parent | 6008bf61b2d0475a274ad2b851b61e69496b5bf8 (diff) |
Reduced header dependency from the "llimview.h"
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfloaterchatterbox.h')
-rw-r--r-- | indra/newview/llfloaterchatterbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterchatterbox.h b/indra/newview/llfloaterchatterbox.h index 3929e6e36c..ab44281d81 100644 --- a/indra/newview/llfloaterchatterbox.h +++ b/indra/newview/llfloaterchatterbox.h @@ -36,8 +36,8 @@ #define LL_LLFLOATERCHATTERBOX_H #include "llfloater.h" +#include "llmultifloater.h" #include "llstring.h" -#include "llimview.h" #include "llimpanel.h" class LLTabContainer; |