Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-03-21 16:42:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-21 16:42:25 +0300
commit546ca400d8092d77ced3621a8e47a103bf42f14c (patch)
tree85cf6391c415ee4dc9d1f54241e7990b3885ca91 /source/blender/blenkernel/intern/cloth.c
parentf9c25a9928aaa6754f2bdb5f8febf4901dbfa335 (diff)
removed unused includes, except for physics and particle related files
Diffstat (limited to 'source/blender/blenkernel/intern/cloth.c')
-rw-r--r--source/blender/blenkernel/intern/cloth.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/blender/blenkernel/intern/cloth.c b/source/blender/blenkernel/intern/cloth.c
index 855de95572a..7183a514225 100644
--- a/source/blender/blenkernel/intern/cloth.c
+++ b/source/blender/blenkernel/intern/cloth.c
@@ -29,25 +29,14 @@
#include "BKE_cloth.h"
-#include "DNA_cloth_types.h"
-#include "DNA_mesh_types.h"
-#include "DNA_object_force.h"
-#include "DNA_scene_types.h"
-#include "DNA_particle_types.h"
-
-#include "BKE_deform.h"
-#include "BKE_DerivedMesh.h"
#include "BKE_cdderivedmesh.h"
#include "BKE_effect.h"
#include "BKE_global.h"
-#include "BKE_object.h"
#include "BKE_modifier.h"
#include "BKE_utildefines.h"
-#include "BKE_particle.h"
#include "BKE_pointcache.h"
-#include "BLI_kdopbvh.h"
#ifdef _WIN32
void tstart ( void )