diff options
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 |