Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2021-02-17 01:17:03 +0300
committerHans Goudey <h.goudey@me.com>2021-02-17 01:17:03 +0300
commitba79b8013f1f1f47b7d3db3f0a1d82826c607281 (patch)
tree6665eabb8456d09176f6284754048101dfa4893e /source/blender/imbuf
parenteb2e260540439e75cd8fb74e9bb41d1e87213496 (diff)
Cleanup: Use consistent order placement for include
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/indexer.c3
1 files changed, 1 insertions, 2 deletions
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