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/datatoc/datatoc_icon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/datatoc/datatoc_icon.c') diff --git a/source/blender/datatoc/datatoc_icon.c b/source/blender/datatoc/datatoc_icon.c index 82c5470943f..80a335e22b7 100644 --- a/source/blender/datatoc/datatoc_icon.c +++ b/source/blender/datatoc/datatoc_icon.c @@ -18,11 +18,11 @@ * \ingroup datatoc */ -#include -#include -#include #include #include +#include +#include +#include /* for bool */ #include "../blenlib/BLI_sys_types.h" -- cgit v1.2.3