diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-01-27 18:40:19 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-01-27 18:40:19 +0200 |
commit | b3763f1ec1e20226bf489042346c5827d187ba42 (patch) | |
tree | 250bcd889a870962c6dab43b858dbe97b231452e /indra/newview/llpanelcontents.cpp | |
parent | 837f6c7cbefa7ac1c64c9506d2fabd640ae652ec (diff) |
Cleaned up including of the "llviewerinventory.h"
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelcontents.cpp')
-rw-r--r-- | indra/newview/llpanelcontents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelcontents.cpp b/indra/newview/llpanelcontents.cpp index 9d591ef43d..2a7d097f94 100644 --- a/indra/newview/llpanelcontents.cpp +++ b/indra/newview/llpanelcontents.cpp @@ -50,7 +50,6 @@ // project includes #include "llagent.h" -#include "llfloaterbulkpermission.h" #include "llpanelobjectinventory.h" #include "llpreviewscript.h" #include "llresmgr.h" @@ -60,6 +59,7 @@ #include "lltoolmgr.h" #include "lltrans.h" #include "llviewerassettype.h" +#include "llviewerinventory.h" #include "llviewerobject.h" #include "llviewerregion.h" #include "llviewerwindow.h" |