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/BLI_filelist.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'source/blender/blenlib/intern/BLI_filelist.c') diff --git a/source/blender/blenlib/intern/BLI_filelist.c b/source/blender/blenlib/intern/BLI_filelist.c index a3b745fd63e..2e402f0c063 100644 --- a/source/blender/blenlib/intern/BLI_filelist.c +++ b/source/blender/blenlib/intern/BLI_filelist.c @@ -18,27 +18,27 @@ * \ingroup bli */ -#include #include #include +#include #ifndef WIN32 # include #endif -#include -#include #include /* strcpy etc.. */ +#include +#include #ifdef WIN32 -# include -# include # include "BLI_winstuff.h" # include "utfconv.h" +# include +# include #else +# include # include # include -# include #endif /* lib includes */ @@ -46,11 +46,11 @@ #include "DNA_listBase.h" -#include "BLI_listbase.h" -#include "BLI_string.h" #include "BLI_fileops.h" #include "BLI_fileops_types.h" +#include "BLI_listbase.h" #include "BLI_path_util.h" +#include "BLI_string.h" #include "../imbuf/IMB_imbuf.h" -- cgit v1.2.3