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/particle_system.c | 32 +++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'source/blender/blenkernel/intern/particle_system.c') diff --git a/source/blender/blenkernel/intern/particle_system.c b/source/blender/blenkernel/intern/particle_system.c index 2f6ffdfe607..cc49f500a5f 100644 --- a/source/blender/blenkernel/intern/particle_system.c +++ b/source/blender/blenkernel/intern/particle_system.c @@ -26,36 +26,36 @@ #include -#include #include +#include #include #include "MEM_guardedalloc.h" #include "DNA_anim_types.h" #include "DNA_boid_types.h" -#include "DNA_particle_types.h" +#include "DNA_curve_types.h" +#include "DNA_listBase.h" #include "DNA_mesh_types.h" #include "DNA_meshdata_types.h" #include "DNA_modifier_types.h" #include "DNA_object_force_types.h" #include "DNA_object_types.h" -#include "DNA_curve_types.h" +#include "DNA_particle_types.h" #include "DNA_scene_types.h" #include "DNA_texture_types.h" -#include "DNA_listBase.h" -#include "BLI_utildefines.h" -#include "BLI_edgehash.h" -#include "BLI_rand.h" -#include "BLI_math.h" #include "BLI_blenlib.h" -#include "BLI_kdtree.h" +#include "BLI_edgehash.h" #include "BLI_kdopbvh.h" -#include "BLI_task.h" -#include "BLI_threads.h" +#include "BLI_kdtree.h" #include "BLI_linklist.h" +#include "BLI_math.h" +#include "BLI_rand.h" #include "BLI_string_utils.h" +#include "BLI_task.h" +#include "BLI_threads.h" +#include "BLI_utildefines.h" #include "BKE_animsys.h" #include "BKE_boids.h" @@ -66,16 +66,16 @@ #include "BKE_lib_query.h" #include "BKE_particle.h" -#include "BKE_collection.h" -#include "BKE_object.h" -#include "BKE_material.h" +#include "BKE_bvhutils.h" #include "BKE_cloth.h" +#include "BKE_collection.h" #include "BKE_lattice.h" -#include "BKE_pointcache.h" +#include "BKE_material.h" #include "BKE_mesh.h" #include "BKE_modifier.h" +#include "BKE_object.h" +#include "BKE_pointcache.h" #include "BKE_scene.h" -#include "BKE_bvhutils.h" #include "DEG_depsgraph.h" #include "DEG_depsgraph_physics.h" -- cgit v1.2.3