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/mball.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'source/blender/blenkernel/intern/mball.c') diff --git a/source/blender/blenkernel/intern/mball.c b/source/blender/blenkernel/intern/mball.c index 624911a9792..b708c030152 100644 --- a/source/blender/blenkernel/intern/mball.c +++ b/source/blender/blenkernel/intern/mball.c @@ -26,20 +26,20 @@ * \ingroup bke */ -#include -#include -#include -#include #include #include +#include +#include +#include +#include #include "MEM_guardedalloc.h" +#include "DNA_defaults.h" #include "DNA_material_types.h" -#include "DNA_object_types.h" #include "DNA_meta_types.h" +#include "DNA_object_types.h" #include "DNA_scene_types.h" -#include "DNA_defaults.h" #include "BLI_blenlib.h" #include "BLI_math.h" @@ -52,13 +52,13 @@ #include "BKE_animsys.h" #include "BKE_curve.h" +#include "BKE_displist.h" #include "BKE_idtype.h" -#include "BKE_scene.h" #include "BKE_lib_id.h" -#include "BKE_displist.h" +#include "BKE_material.h" #include "BKE_mball.h" #include "BKE_object.h" -#include "BKE_material.h" +#include "BKE_scene.h" #include "DEG_depsgraph.h" -- cgit v1.2.3