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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-03-14 01:45:36 +0300
committerDaniel Genrich <daniel.genrich@gmx.net>2008-03-14 01:45:36 +0300
commitdf27557b81d8463c4274d11f4131be619da255f1 (patch)
treeb769bf0edca3b5ee8dd40863fbe13440f787a28b /source/blender/blenkernel/BKE_cloth.h
parent2c78254f9635c20decdbdfec1266dc548916ff7e (diff)
Cloth header cleanup, bugfix (again) in wind calculation, bugfix for not working fields mindist GUI option
Diffstat (limited to 'source/blender/blenkernel/BKE_cloth.h')
-rw-r--r--source/blender/blenkernel/BKE_cloth.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_cloth.h b/source/blender/blenkernel/BKE_cloth.h
index 181264137b3..418102aa973 100644
--- a/source/blender/blenkernel/BKE_cloth.h
+++ b/source/blender/blenkernel/BKE_cloth.h
@@ -35,19 +35,23 @@
#define BKE_CLOTH_H
#include "float.h"
-#include "BLI_editVert.h"
-#include "BLI_linklist.h"
-#include "BKE_collision.h"
+#include "BLI_linklist.h"
#include "BKE_customdata.h"
#include "BKE_DerivedMesh.h"
+#include "BLI_blenlib.h"
+#include "BLI_arithb.h"
+#include "BLI_edgehash.h"
+
#include "DNA_cloth_types.h"
#include "DNA_customdata_types.h"
#include "DNA_meshdata_types.h"
#include "DNA_modifier_types.h"
#include "DNA_object_types.h"
+#include "BKE_collision.h"
+
struct Object;
struct Cloth;
struct MFace;