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/seqeffects.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/blenkernel/intern/seqeffects.c') diff --git a/source/blender/blenkernel/intern/seqeffects.c b/source/blender/blenkernel/intern/seqeffects.c index 3f9cba4cfbc..70f92c6d6bd 100644 --- a/source/blender/blenkernel/intern/seqeffects.c +++ b/source/blender/blenkernel/intern/seqeffects.c @@ -24,22 +24,22 @@ * \ingroup bke */ -#include #include #include +#include #include "MEM_guardedalloc.h" #include "BLI_math.h" /* windows needs for M_PI */ -#include "BLI_threads.h" -#include "BLI_utildefines.h" -#include "BLI_rect.h" #include "BLI_path_util.h" +#include "BLI_rect.h" #include "BLI_string.h" +#include "BLI_threads.h" +#include "BLI_utildefines.h" +#include "DNA_anim_types.h" #include "DNA_scene_types.h" #include "DNA_sequence_types.h" -#include "DNA_anim_types.h" #include "DNA_space_types.h" #include "BKE_fcurve.h" @@ -47,9 +47,9 @@ #include "BKE_main.h" #include "BKE_sequencer.h" -#include "IMB_imbuf_types.h" -#include "IMB_imbuf.h" #include "IMB_colormanagement.h" +#include "IMB_imbuf.h" +#include "IMB_imbuf_types.h" #include "IMB_metadata.h" #include "BLI_math_color_blend.h" -- cgit v1.2.3