diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-11 14:26:27 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-11 14:26:27 +0200 |
commit | 4fc7b91a795fb4ad0eaf3b6c7a1779679889fcbf (patch) | |
tree | ce10257a5947473ee7cf66fb62f1af7785d5ed4f /indra/newview/llappviewer.cpp | |
parent | a60997a8812de206beadf714895c3c5eb7d59e91 (diff) |
implemented EXT-2323 “Get rid from obsolete notification widgets”;
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 9a1b749ba7..2fc7a630ae 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -39,7 +39,6 @@ #include "llfeaturemanager.h" #include "lluictrlfactory.h" #include "lltexteditor.h" -#include "llalertdialog.h" #include "llerrorcontrol.h" #include "llviewertexturelist.h" #include "llgroupmgr.h" @@ -109,7 +108,6 @@ #include "apr_dso.h" #include <boost/lexical_cast.hpp> -#include "llnotify.h" #include "llviewerkeyboard.h" #include "lllfsthread.h" #include "llworkerthread.h" |