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/boids.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/blenkernel/intern/boids.c') diff --git a/source/blender/blenkernel/intern/boids.c b/source/blender/blenkernel/intern/boids.c index becef327fab..a493d5f49c8 100644 --- a/source/blender/blenkernel/intern/boids.c +++ b/source/blender/blenkernel/intern/boids.c @@ -21,23 +21,23 @@ * \ingroup bke */ -#include #include +#include #include "MEM_guardedalloc.h" #include "DNA_object_force_types.h" #include "DNA_scene_types.h" -#include "BLI_rand.h" -#include "BLI_math.h" #include "BLI_blenlib.h" #include "BLI_kdtree.h" +#include "BLI_math.h" +#include "BLI_rand.h" #include "BLI_utildefines.h" +#include "BKE_boids.h" #include "BKE_collision.h" #include "BKE_effect.h" -#include "BKE_boids.h" #include "BKE_particle.h" #include "BKE_modifier.h" -- cgit v1.2.3