From c0f88ed8a860026e32ec6a06287fcf9394b4cf0a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Jan 2019 21:08:24 +1100 Subject: Cleanup: sort forward declarations of enum & struct Done using: source/tools/utils_maintenance/c_sort_blocks.py --- source/blender/blenkernel/BKE_cloth.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/blenkernel/BKE_cloth.h') diff --git a/source/blender/blenkernel/BKE_cloth.h b/source/blender/blenkernel/BKE_cloth.h index 13cba949361..1d039f5c378 100644 --- a/source/blender/blenkernel/BKE_cloth.h +++ b/source/blender/blenkernel/BKE_cloth.h @@ -35,13 +35,13 @@ #include #include "BLI_math_inline.h" -struct Object; -struct Scene; -struct Mesh; -struct MFace; struct ClothModifierData; struct CollisionModifierData; struct Depsgraph; +struct MFace; +struct Mesh; +struct Object; +struct Scene; #define DO_INLINE MALWAYS_INLINE -- cgit v1.2.3