Commit: ba79b8013f1f1f47b7d3db3f0a1d82826c607281 Author: Hans Goudey Date: Tue Feb 16 16:17:03 2021 -0600 Branches: master https://developer.blender.org/rBba79b8013f1f1f47b7d3db3f0a1d82826c607281
Cleanup: Use consistent order placement for include =================================================================== M source/blender/imbuf/intern/indexer.c =================================================================== diff --git a/source/blender/imbuf/intern/indexer.c b/source/blender/imbuf/intern/indexer.c index f10e3b31141..c9581c108c0 100644 --- a/source/blender/imbuf/intern/indexer.c +++ b/source/blender/imbuf/intern/indexer.c @@ -29,6 +29,7 @@ #include "BLI_ghash.h" #include "BLI_path_util.h" #include "BLI_string.h" +#include "BLI_threads.h" #include "BLI_utildefines.h" #ifdef _WIN32 # include "BLI_winstuff.h" @@ -40,8 +41,6 @@ #include "BKE_global.h" -# include "BLI_threads.h" - #ifdef WITH_AVI # include "AVI_avi.h" #endif _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
