[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27650] trunk/blender/source/blender/ blenloader/intern: remove unused includes

Campbell Barton ideasman42 at gmail.com
Sun Mar 21 23:52:57 CET 2010


Revision: 27650
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27650
Author:   campbellbarton
Date:     2010-03-21 23:52:56 +0100 (Sun, 21 Mar 2010)

Log Message:
-----------
remove unused includes

Modified Paths:
--------------
    trunk/blender/source/blender/blenloader/intern/readblenentry.c
    trunk/blender/source/blender/blenloader/intern/readfile.c

Modified: trunk/blender/source/blender/blenloader/intern/readblenentry.c
===================================================================
--- trunk/blender/source/blender/blenloader/intern/readblenentry.c	2010-03-21 20:36:06 UTC (rev 27649)
+++ trunk/blender/source/blender/blenloader/intern/readblenentry.c	2010-03-21 22:52:56 UTC (rev 27650)
@@ -41,18 +41,12 @@
 
 #include "MEM_guardedalloc.h"
 
-#include "BLI_blenlib.h"
 #include "BLI_ghash.h"
 #include "BLI_linklist.h"
 
 #include "DNA_genfile.h"
 #include "DNA_sdna_types.h"
-#include "DNA_space_types.h"
-#include "DNA_userdef_types.h"
-#include "DNA_ID.h"
-#include "DNA_material_types.h"
 
-#include "BKE_utildefines.h" // for ENDB
 
 #include "BKE_main.h"
 #include "BKE_library.h" // for free_main

Modified: trunk/blender/source/blender/blenloader/intern/readfile.c
===================================================================
--- trunk/blender/source/blender/blenloader/intern/readfile.c	2010-03-21 20:36:06 UTC (rev 27649)
+++ trunk/blender/source/blender/blenloader/intern/readfile.c	2010-03-21 22:52:56 UTC (rev 27650)
@@ -104,28 +104,21 @@
 #include "MEM_guardedalloc.h"
 #include "BLI_blenlib.h"
 #include "BLI_math.h"
-#include "BLI_storage_types.h" // for relname flags
 
-#include "BKE_animsys.h"
 #include "BKE_anim.h"
 #include "BKE_action.h"
 #include "BKE_armature.h"
 #include "BKE_brush.h"
-#include "BKE_cdderivedmesh.h"
-#include "BKE_cloth.h"
 #include "BKE_colortools.h"
 #include "BKE_constraint.h"
 #include "BKE_context.h"
 #include "BKE_curve.h"
-#include "BKE_customdata.h"
 #include "BKE_deform.h"
-#include "BKE_depsgraph.h"
 #include "BKE_effect.h" /* give_parteff */
 #include "BKE_fcurve.h"
 #include "BKE_global.h" // for G
 #include "BKE_group.h"
 #include "BKE_image.h"
-#include "BKE_ipo.h" 
 #include "BKE_lattice.h"
 #include "BKE_library.h" // for wich_libbase
 #include "BKE_main.h" // for Main
@@ -142,12 +135,9 @@
 #include "BKE_sca.h" // for init_actuator
 #include "BKE_scene.h"
 #include "BKE_screen.h"
-#include "BKE_softbody.h"	// sbNew()
-#include "BKE_bullet.h"		// bsbNew()
 #include "BKE_sequencer.h"
 #include "BKE_texture.h" // for open_plugin_tex
 #include "BKE_utildefines.h" // SWITCH_INT DATA ENDB DNA1 O_BINARY GLOB USER TEST REND
-#include "BKE_idprop.h"
 
 #include "BKE_sound.h"
 





More information about the Bf-blender-cvs mailing list