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/blenlib/intern/boxpack_2d.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/blenlib/intern/boxpack_2d.c') diff --git a/source/blender/blenlib/intern/boxpack_2d.c b/source/blender/blenlib/intern/boxpack_2d.c index c0c4613daf4..6ecadeecec5 100644 --- a/source/blender/blenlib/intern/boxpack_2d.c +++ b/source/blender/blenlib/intern/boxpack_2d.c @@ -18,14 +18,14 @@ * \ingroup bli */ -#include /* for qsort */ #include /* for fabsf */ +#include /* for qsort */ #include "MEM_guardedalloc.h" -#include "BLI_utildefines.h" -#include "BLI_listbase.h" #include "BLI_boxpack_2d.h" /* own include */ +#include "BLI_listbase.h" +#include "BLI_utildefines.h" #include "BLI_sort.h" /* qsort_r */ #define qsort_r BLI_qsort_r -- cgit v1.2.3