diff options
author | Merov Linden <merov@lindenlab.com> | 2014-03-26 17:15:27 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-03-26 17:15:27 -0700 |
commit | 1a03f7f6052fc02f4ecc3da85bd0f0d54df21fd1 (patch) | |
tree | deb90c54cb6d32bd7548612cf29860d1d2aa3341 /indra/newview/llfloatermarketplacelistings.h | |
parent | 48b6a713be449f39b33b3de190b3caccd5ad55a2 (diff) |
DD-40 : A bit more on marketplace listings refactoring and code cleaning (and clearing)
Diffstat (limited to 'indra/newview/llfloatermarketplacelistings.h')
-rwxr-xr-x | indra/newview/llfloatermarketplacelistings.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/indra/newview/llfloatermarketplacelistings.h b/indra/newview/llfloatermarketplacelistings.h index 9ae665f74d..0eddd636e8 100755 --- a/indra/newview/llfloatermarketplacelistings.h +++ b/indra/newview/llfloatermarketplacelistings.h @@ -1,6 +1,7 @@ /** * @file llfloatermarketplacelistings.h * @brief Implementation of the marketplace listings floater and panels + * @author merov@lindenlab.com * * $LicenseInfo:firstyear=2001&license=viewerlgpl$ * Second Life Viewer Source Code @@ -28,20 +29,14 @@ #define LL_LLFLOATERMARKETPLACELISTINGS_H #include "llfloater.h" -#include "llfoldertype.h" -#include "llfolderview.h" #include "llinventoryfilter.h" #include "llinventorypanel.h" #include "llnotificationptr.h" -class LLButton; class LLInventoryCategoriesObserver; class LLInventoryCategoryAddedObserver; -class LLLoadingIndicator; -class LLNotification; class LLTextBox; class LLView; -class LLWindowShade; //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // Class LLPanelMarketplaceListings |