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/colorband.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/blenkernel/intern/colorband.c') diff --git a/source/blender/blenkernel/intern/colorband.c b/source/blender/blenkernel/intern/colorband.c index dd45d42d230..499b0305c9d 100644 --- a/source/blender/blenkernel/intern/colorband.c +++ b/source/blender/blenkernel/intern/colorband.c @@ -23,17 +23,17 @@ #include "MEM_guardedalloc.h" +#include "BLI_heap.h" #include "BLI_math.h" -#include "BLI_utildefines.h" #include "BLI_math_color.h" -#include "BLI_heap.h" +#include "BLI_utildefines.h" #include "DNA_key_types.h" #include "DNA_texture_types.h" #include "BKE_colorband.h" -#include "BKE_material.h" #include "BKE_key.h" +#include "BKE_material.h" void BKE_colorband_init(ColorBand *coba, bool rangetype) { -- cgit v1.2.3