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 --- source/blender/modifiers/intern/MOD_collision.c | 39 +------------------------ 1 file changed, 1 insertion(+), 38 deletions(-) (limited to 'source/blender/modifiers/intern/MOD_collision.c') diff --git a/source/blender/modifiers/intern/MOD_collision.c b/source/blender/modifiers/intern/MOD_collision.c index 716bd0d7405..af8e7605128 100644 --- a/source/blender/modifiers/intern/MOD_collision.c +++ b/source/blender/modifiers/intern/MOD_collision.c @@ -30,54 +30,17 @@ * */ -#include "stddef.h" -#include "string.h" -#include "stdarg.h" -#include "math.h" -#include "float.h" +#include "DNA_scene_types.h" -#include "BLI_kdtree.h" -#include "BLI_rand.h" #include "BLI_math.h" -#include "BLI_edgehash.h" - -#include "MEM_guardedalloc.h" - -#include "DNA_scene_types.h" -#include "DNA_meshdata_types.h" #include "BKE_collision.h" #include "BKE_cdderivedmesh.h" -#include "BKE_displist.h" -#include "BKE_fluidsim.h" #include "BKE_global.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 "LOD_decimation.h" - -#include "CCGSubSurf.h" - -#include "RE_shader_ext.h" -#include "MOD_modifiertypes.h" static void initData(ModifierData *md) { -- cgit v1.2.3