From 4824e7eeeb82fcad72f222fe0d74c41c374b648e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Apr 2010 22:33:43 +0000 Subject: modifier include cleanup, this might need fixes on other systems but hard to avoid. also removed unused stuff from cmake modifier file --- .../modifiers/intern/MOD_particleinstance.c | 31 ++-------------------- 1 file changed, 2 insertions(+), 29 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_particleinstance.c') diff --git a/source/blender/modifiers/intern/MOD_particleinstance.c b/source/blender/modifiers/intern/MOD_particleinstance.c index e903e41db3b..545003b1576 100644 --- a/source/blender/modifiers/intern/MOD_particleinstance.c +++ b/source/blender/modifiers/intern/MOD_particleinstance.c @@ -30,47 +30,20 @@ * */ -#include "stddef.h" -#include "string.h" -#include "stdarg.h" -#include "math.h" -#include "float.h" +#include "DNA_meshdata_types.h" #include "BLI_math.h" #include "BLI_listbase.h" #include "BLI_rand.h" -#include "MEM_guardedalloc.h" - -#include "DNA_meshdata_types.h" - -#include "BKE_action.h" #include "BKE_cdderivedmesh.h" -#include "BKE_displist.h" -#include "BKE_fluidsim.h" -#include "BKE_multires.h" -#include "BKE_key.h" #include "BKE_lattice.h" -#include "BKE_material.h" -#include "BKE_mesh.h" #include "BKE_modifier.h" -#include "BKE_object.h" -#include "BKE_paint.h" #include "BKE_particle.h" #include "BKE_pointcache.h" -#include "BKE_scene.h" -#include "BKE_smoke.h" -#include "BKE_softbody.h" -#include "BKE_subsurf.h" -#include "BKE_texture.h" - -#include "depsgraph_private.h" -#include "BKE_deform.h" -#include "BKE_shrinkwrap.h" #include "BKE_utildefines.h" - -#include "MOD_modifiertypes.h" +#include "depsgraph_private.h" static void initData(ModifierData *md) -- cgit v1.2.3