diff options
| author | Loren Shih <seraph@lindenlab.com> | 2009-11-13 16:58:08 -0500 | 
|---|---|---|
| committer | Loren Shih <seraph@lindenlab.com> | 2009-11-13 16:58:08 -0500 | 
| commit | 3027c9fcce0660a3f69a8ce6f6ccbb0de148a3e2 (patch) | |
| tree | 00df71a2d7c053b4ae8a6f3a1054e69efb0bfb92 /indra/newview | |
| parent | 7a1e7dd69d8c3c5f302c95ee083155fe0863a0be (diff) | |
Header file #include cleanup for llinventorymodel and llinventorypanel.
Removed a bunch of unnecessary header inclues.
--HG--
branch : avatar-pipeline
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 30 | ||||
| -rw-r--r-- | indra/newview/llinventorypanel.cpp | 43 | 
2 files changed, 9 insertions, 64 deletions
| diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 3a1d457877..ffe5f7181d 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -31,40 +31,24 @@   */  #include "llviewerprecompiledheaders.h" -  #include "llinventorymodel.h" -#include "llassetstorage.h" -#include "llcrc.h" -#include "lldir.h" -#include "llsys.h" -#include "llxfermanager.h" -#include "message.h" -  #include "llagent.h"  #include "llagentwearables.h" -#include "llfloater.h" -#include "llfocusmgr.h" -#include "llinventorybridge.h" -#include "llinventoryfunctions.h"  #include "llinventorypanel.h"  #include "llfloaterinventory.h" -#include "llviewerfoldertype.h" -#include "llviewerinventory.h" +#include "llinventorybridge.h" +#include "llinventoryfunctions.h" +#include "llwindow.h" +#include "llviewercontrol.h" +#include "llpreview.h"   #include "llviewermessage.h" +#include "llviewerfoldertype.h"  #include "llviewerwindow.h" -#include "llviewerregion.h"  #include "llappviewer.h" -#include "lldbstrings.h" -#include "llviewerstats.h" -#include "llmutelist.h" -#include "llnotifications.h" +#include "llviewerregion.h"  #include "llcallbacklist.h" -#include "llpreview.h" -#include "llviewercontrol.h"  #include "llvoavatarself.h" -#include "llsdutil.h" -#include <deque>  //#define DIFF_INVENTORY_FILES  #ifdef DIFF_INVENTORY_FILES diff --git a/indra/newview/llinventorypanel.cpp b/indra/newview/llinventorypanel.cpp index edb65511bc..6b1f7313dd 100644 --- a/indra/newview/llinventorypanel.cpp +++ b/indra/newview/llinventorypanel.cpp @@ -38,55 +38,16 @@  // Seraph TODO: Remove unnecessary headers
 -// library includes
  #include "llagent.h"
  #include "llagentwearables.h"
 -#include "llcallingcard.h"
 -#include "llfloaterreg.h"
 -#include "llsdserialize.h"
 -#include "llfiltereditor.h"
 -#include "llspinctrl.h"
 -#include "llui.h"
 -#include "message.h"
 -
 -// newview includes
  #include "llappearancemgr.h"
 -#include "llappviewer.h"
 -#include "llfirstuse.h"
 -#include "llfloaterchat.h"
 -#include "llfloatercustomize.h"
 -#include "llfocusmgr.h"
 -#include "llfolderview.h"
 -#include "llgesturemgr.h"
 -#include "lliconctrl.h"
 +#include "llfloaterreg.h"
  #include "llimview.h"
  #include "llinventorybridge.h"
 -#include "llinventoryclipboard.h"
 -#include "llinventorymodel.h"
 -#include "lllineeditor.h"
 -#include "llmenugl.h"
 -#include "llpreviewanim.h"
 -#include "llpreviewgesture.h"
 -#include "llpreviewnotecard.h"
 -#include "llpreviewscript.h"
 -#include "llpreviewsound.h"
 -#include "llpreviewtexture.h"
 -#include "llresmgr.h"
 -#include "llscrollbar.h"
  #include "llscrollcontainer.h"
 -#include "llselectmgr.h"
 -#include "lltabcontainer.h"
 -#include "lltooldraganddrop.h"
 -#include "lluictrlfactory.h"
  #include "llviewerfoldertype.h"
 -#include "llviewerinventory.h"
 -#include "llviewermessage.h"
 -#include "llviewerobjectlist.h"
 -#include "llviewerregion.h"
 -#include "llviewerwindow.h"
 -#include "llvoavatarself.h"
 -#include "llwearablelist.h"
  #include "llimfloater.h"
 +#include "llvoavatarself.h"
  static LLDefaultChildRegistry::Register<LLInventoryPanel> r("inventory_panel");
 | 
