From 3d1d1380741d04c96fe96c5829dcf04c287d0ed9 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Fri, 17 Jul 2015 22:06:30 -0400 Subject: [PATCH] [RLVa] includes cleanup by kitty --- indra/newview/rlvcommon.cpp | 1 - indra/newview/rlvextensions.cpp | 1 - indra/newview/rlvhandler.cpp | 1 + indra/newview/rlvhelper.cpp | 4 ---- indra/newview/rlvhelper.h | 1 - indra/newview/rlvinventory.cpp | 7 ------- indra/newview/rlvinventory.h | 2 -- indra/newview/rlvlocks.cpp | 1 - 8 files changed, 1 insertion(+), 17 deletions(-) diff --git a/indra/newview/rlvcommon.cpp b/indra/newview/rlvcommon.cpp index 3c527118d..42451f406 100644 --- a/indra/newview/rlvcommon.cpp +++ b/indra/newview/rlvcommon.cpp @@ -26,7 +26,6 @@ #include "llviewerparcelmgr.h" #include "llviewermenu.h" #include "llviewerregion.h" -#include "llviewerstats.h" #include "llworld.h" #include "rlvactions.h" diff --git a/indra/newview/rlvextensions.cpp b/indra/newview/rlvextensions.cpp index fccd0fb5e..44e581826 100644 --- a/indra/newview/rlvextensions.cpp +++ b/indra/newview/rlvextensions.cpp @@ -18,7 +18,6 @@ #include "llagent.h" #include "llagentcamera.h" #include "lldaycyclemanager.h" -#include "llviewercontrol.h" #include "llvoavatarself.h" #include "llwlparammanager.h" diff --git a/indra/newview/rlvhandler.cpp b/indra/newview/rlvhandler.cpp index b09117d5f..692e4675a 100644 --- a/indra/newview/rlvhandler.cpp +++ b/indra/newview/rlvhandler.cpp @@ -28,6 +28,7 @@ #include "llviewerregion.h" #include "rlvhandler.h" +#include "rlvhelper.h" #include "rlvinventory.h" #include "rlvlocks.h" #include "rlvui.h" diff --git a/indra/newview/rlvhelper.cpp b/indra/newview/rlvhelper.cpp index 05f2a93f6..4077f54f8 100644 --- a/indra/newview/rlvhelper.cpp +++ b/indra/newview/rlvhelper.cpp @@ -15,15 +15,11 @@ */ #include "llviewerprecompiledheaders.h" -#include "llagent.h" -#include "llagentwearables.h" #include "llappearancemgr.h" #include "llattachmentsmgr.h" #include "llgesturemgr.h" #include "llnotificationsutil.h" -#include "llviewerobject.h" #include "llviewerobjectlist.h" -#include "llwlparammanager.h" #include "rlvhelper.h" #include "rlvhandler.h" diff --git a/indra/newview/rlvhelper.h b/indra/newview/rlvhelper.h index 165c455c8..ef1135e45 100644 --- a/indra/newview/rlvhelper.h +++ b/indra/newview/rlvhelper.h @@ -21,7 +21,6 @@ #include "llinventorymodel.h" #include "llviewerinventory.h" #include "llwearabletype.h" -#include "llwlparamset.h" #include "rlvdefines.h" #include "rlvcommon.h" diff --git a/indra/newview/rlvinventory.cpp b/indra/newview/rlvinventory.cpp index b2c2c5bce..ec0c7c74a 100644 --- a/indra/newview/rlvinventory.cpp +++ b/indra/newview/rlvinventory.cpp @@ -17,17 +17,10 @@ #include "llviewerprecompiledheaders.h" #include "llagent.h" #include "llappearancemgr.h" -#include "llinventoryobserver.h" #include "llstartup.h" #include "llviewerfoldertype.h" -#include "llviewerobject.h" -#include "llvoavatarself.h" -#include "rlvdefines.h" -#include "rlvcommon.h" -#include "rlvlocks.h" #include "rlvinventory.h" -#include "rlvhandler.h" #include "boost/algorithm/string.hpp" diff --git a/indra/newview/rlvinventory.h b/indra/newview/rlvinventory.h index 0e1d06155..35154fc32 100644 --- a/indra/newview/rlvinventory.h +++ b/indra/newview/rlvinventory.h @@ -18,10 +18,8 @@ #define RLV_INVENTORY_H #include "llinventoryfunctions.h" -#include "llinventorymodel.h" #include "llinventoryobserver.h" #include "llsingleton.h" -#include "llviewerinventory.h" #include "rlvhelper.h" #include "rlvlocks.h" diff --git a/indra/newview/rlvlocks.cpp b/indra/newview/rlvlocks.cpp index 6e496018b..df4037821 100644 --- a/indra/newview/rlvlocks.cpp +++ b/indra/newview/rlvlocks.cpp @@ -18,7 +18,6 @@ #include "llagent.h" #include "llappearancemgr.h" #include "llattachmentsmgr.h" -#include "llinventoryobserver.h" #include "lloutfitobserver.h" #include "llviewerobjectlist.h" #include "pipeline.h"