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:
Diffstat (limited to 'source/blender/physics/BPH_mass_spring.h')
-rw-r--r--source/blender/physics/BPH_mass_spring.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/physics/BPH_mass_spring.h b/source/blender/physics/BPH_mass_spring.h
index f1eb049dd52..e3f5ebe2fcf 100644
--- a/source/blender/physics/BPH_mass_spring.h
+++ b/source/blender/physics/BPH_mass_spring.h
@@ -36,11 +36,11 @@
extern "C" {
#endif
-struct Implicit_Data;
-struct Object;
struct ClothModifierData;
-struct ListBase;
struct Depsgraph;
+struct Implicit_Data;
+struct ListBase;
+struct Object;
struct VoxelData;
typedef enum eMassSpringSolverStatus {