diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-17 15:46:55 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-17 15:46:55 +0200 |
commit | 3fa6c94511725c444cb146567b446fdcc3bf8709 (patch) | |
tree | 30f5e8f8fafa800b32438b78365e9f9d538131d7 /indra/newview | |
parent | f4e8d1dfb23060438f0c68952225d60722295d31 (diff) |
Removed unnesessary include
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/lltoastnotifypanel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lltoastnotifypanel.cpp b/indra/newview/lltoastnotifypanel.cpp index 3b0708f705..d7a3bc1462 100644 --- a/indra/newview/lltoastnotifypanel.cpp +++ b/indra/newview/lltoastnotifypanel.cpp @@ -529,7 +529,6 @@ void LLToastNotifyPanel::disableRespondedOptions(LLNotificationPtr& notification ////////////////////////////////////////////////////////////////////////// -#include "llscrollcontainer.h" LLIMToastNotifyPanel::LLIMToastNotifyPanel(LLNotificationPtr& pNotification, const LLRect& rect /* = LLRect::null */) : LLToastNotifyPanel(pNotification, rect) { |