From 2d1cce8331f3ecdfb8cb0c651e111ffac5dc7153 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 19 Mar 2020 09:33:03 +0100 Subject: Cleanup: `make format` after SortedIncludes change --- source/blender/blenkernel/intern/constraint.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'source/blender/blenkernel/intern/constraint.c') diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c index 3a86e3084d8..d131c1b4d18 100644 --- a/source/blender/blenkernel/intern/constraint.c +++ b/source/blender/blenkernel/intern/constraint.c @@ -21,35 +21,35 @@ * \ingroup bke */ -#include +#include +#include #include +#include #include -#include -#include #include "MEM_guardedalloc.h" #include "BLI_blenlib.h" -#include "BLI_math.h" #include "BLI_kdopbvh.h" -#include "BLI_utildefines.h" +#include "BLI_math.h" #include "BLI_string_utils.h" +#include "BLI_utildefines.h" #include "BLT_translation.h" +#include "DNA_action_types.h" #include "DNA_armature_types.h" #include "DNA_cachefile_types.h" #include "DNA_constraint_types.h" -#include "DNA_modifier_types.h" -#include "DNA_object_types.h" -#include "DNA_action_types.h" #include "DNA_curve_types.h" #include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" +#include "DNA_modifier_types.h" +#include "DNA_object_types.h" #include "DNA_lattice_types.h" +#include "DNA_movieclip_types.h" #include "DNA_scene_types.h" #include "DNA_tracking_types.h" -#include "DNA_movieclip_types.h" #include "BKE_action.h" #include "BKE_anim.h" /* for the curve calculation part */ -- cgit v1.2.3