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:
Diffstat (limited to 'source/blender/blenlib/intern/BLI_index_range.cc')
-rw-r--r--source/blender/blenlib/intern/BLI_index_range.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/intern/BLI_index_range.cc b/source/blender/blenlib/intern/BLI_index_range.cc
index 6421eb0794b..90eb4e4a89c 100644
--- a/source/blender/blenlib/intern/BLI_index_range.cc
+++ b/source/blender/blenlib/intern/BLI_index_range.cc
@@ -17,9 +17,9 @@
#include <atomic>
#include <mutex>
-#include "BLI_index_range.h"
-#include "BLI_array_ref.h"
#include "BLI_array_cxx.h"
+#include "BLI_array_ref.h"
+#include "BLI_index_range.h"
#include "BLI_vector.h"
namespace BLI {