diff options
author | Richard Linden <none@none> | 2010-09-17 15:01:44 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-17 15:01:44 -0700 |
commit | 949b60465593764118c03d0f4e112f69c41bab31 (patch) | |
tree | 23ec59769bcaf192324e48141c94affe0ebf2ea0 /indra/newview/llnotificationtiphandler.cpp | |
parent | 83bb4b9518da813a42e49366cea15e5ae9dc7507 (diff) |
Backed out changeset: d71309f8bd0e
Diffstat (limited to 'indra/newview/llnotificationtiphandler.cpp')
-rw-r--r-- | indra/newview/llnotificationtiphandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llnotificationtiphandler.cpp b/indra/newview/llnotificationtiphandler.cpp index 3c1cd107df..94612975a2 100644 --- a/indra/newview/llnotificationtiphandler.cpp +++ b/indra/newview/llnotificationtiphandler.cpp @@ -27,8 +27,6 @@ #include "llviewerprecompiledheaders.h" // must be first include -#include "llchannelmanager.h" -#include "llinstantmessage.h" #include "llfloaterreg.h" #include "llnearbychat.h" #include "llnotificationhandler.h" @@ -38,7 +36,6 @@ #include "llviewerwindow.h" #include "llnotificationmanager.h" #include "llpaneltiptoast.h" -#include "lltoast.h" using namespace LLNotificationsUI; |