diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-18 14:51:09 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-18 14:51:09 +0200 |
commit | 753e482b3fd37dd53f9c50f509647cf6c6eaefec (patch) | |
tree | f8f7c02e13e1eb6c903b9cb402282a72fe7fb3d9 /indra/newview/llsyswellwindow.h | |
parent | c22a90669c78bd206593d112d44e9c6cbc1503fb (diff) |
No ticket. Remove unnecessary including of "llchiclet.h" in a header file.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.h')
-rw-r--r-- | indra/newview/llsyswellwindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h index cbc5f7358f..3e4cdbdcbe 100644 --- a/indra/newview/llsyswellwindow.h +++ b/indra/newview/llsyswellwindow.h @@ -39,12 +39,13 @@ #include "llbutton.h" #include "llscreenchannel.h" #include "llscrollcontainer.h" -#include "llchiclet.h" #include "llimview.h" #include "boost/shared_ptr.hpp" class LLFlatListView; +class LLChiclet; +class LLIMChiclet; class LLSysWellWindow : public LLDockableFloater, LLIMSessionObserver { |