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/path_util.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source/blender/blenlib/intern/path_util.c') diff --git a/source/blender/blenlib/intern/path_util.c b/source/blender/blenlib/intern/path_util.c index 4a1f2ac2a8f..0bb2ba5859b 100644 --- a/source/blender/blenlib/intern/path_util.c +++ b/source/blender/blenlib/intern/path_util.c @@ -22,18 +22,18 @@ * \ingroup bli */ +#include #include -#include #include -#include +#include #include "DNA_listBase.h" -#include "BLI_utildefines.h" #include "BLI_fileops.h" +#include "BLI_fnmatch.h" #include "BLI_path_util.h" #include "BLI_string.h" -#include "BLI_fnmatch.h" +#include "BLI_utildefines.h" #ifdef WIN32 # include "utf_winfunc.h" @@ -43,10 +43,10 @@ # undef _WIN32_IE # endif # define _WIN32_IE 0x0501 -# include -# include -# include "BLI_winstuff.h" # include "BLI_alloca.h" +# include "BLI_winstuff.h" +# include +# include #else # include "unistd.h" #endif /* WIN32 */ -- cgit v1.2.3