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/object_update.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source/blender/blenkernel/intern/object_update.c') diff --git a/source/blender/blenkernel/intern/object_update.c b/source/blender/blenkernel/intern/object_update.c index 66c3b2ea26e..dd06e4f1753 100644 --- a/source/blender/blenkernel/intern/object_update.c +++ b/source/blender/blenkernel/intern/object_update.c @@ -31,26 +31,27 @@ #include "DNA_scene_types.h" #include "BLI_blenlib.h" -#include "BLI_utildefines.h" -#include "BLI_threads.h" #include "BLI_math.h" +#include "BLI_threads.h" +#include "BLI_utildefines.h" +#include "BKE_DerivedMesh.h" +#include "BKE_action.h" #include "BKE_animsys.h" #include "BKE_armature.h" -#include "BKE_action.h" #include "BKE_constraint.h" #include "BKE_curve.h" -#include "BKE_DerivedMesh.h" #include "BKE_displist.h" #include "BKE_editmesh.h" #include "BKE_effect.h" +#include "BKE_gpencil.h" #include "BKE_gpencil_modifier.h" #include "BKE_hair.h" #include "BKE_image.h" #include "BKE_key.h" +#include "BKE_lattice.h" #include "BKE_layer.h" #include "BKE_light.h" -#include "BKE_lattice.h" #include "BKE_material.h" #include "BKE_mball.h" #include "BKE_mesh.h" @@ -59,7 +60,6 @@ #include "BKE_pointcache.h" #include "BKE_pointcloud.h" #include "BKE_scene.h" -#include "BKE_gpencil.h" #include "BKE_volume.h" #include "MEM_guardedalloc.h" -- cgit v1.2.3