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/imbuf/intern/thumbs.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'source/blender/imbuf/intern/thumbs.c') diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c index eb4b29e81c1..195a2e9fe9c 100644 --- a/source/blender/imbuf/intern/thumbs.c +++ b/source/blender/imbuf/intern/thumbs.c @@ -26,31 +26,31 @@ #include "MEM_guardedalloc.h" -#include "BLI_utildefines.h" -#include "BLI_string.h" -#include "BLI_path_util.h" #include "BLI_fileops.h" #include "BLI_ghash.h" #include "BLI_hash_md5.h" +#include "BLI_path_util.h" +#include "BLI_string.h" #include "BLI_system.h" #include "BLI_threads.h" +#include "BLI_utildefines.h" #include BLI_SYSTEM_PID_H #include "DNA_space_types.h" /* For FILE_MAX_LIBEXTRA */ #include "BLO_readfile.h" -#include "IMB_imbuf_types.h" #include "IMB_imbuf.h" -#include "IMB_thumbs.h" +#include "IMB_imbuf_types.h" #include "IMB_metadata.h" +#include "IMB_thumbs.h" #include +#include #include -#include -#include #include -#include +#include +#include #ifdef WIN32 /* Need to include windows.h so _WIN32_IE is defined. */ @@ -61,10 +61,10 @@ # endif /* For SHGetSpecialFolderPath, has to be done before BLI_winstuff * because 'near' is disabled through BLI_windstuff */ -# include -# include /* chdir */ # include "BLI_winstuff.h" # include "utfconv.h" +# include /* chdir */ +# include #endif #if defined(WIN32) || defined(__APPLE__) -- cgit v1.2.3