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/BLI_array_cxx.h')
-rw-r--r--source/blender/blenlib/BLI_array_cxx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenlib/BLI_array_cxx.h b/source/blender/blenlib/BLI_array_cxx.h
index adb00c95f28..8fc2aec6698 100644
--- a/source/blender/blenlib/BLI_array_cxx.h
+++ b/source/blender/blenlib/BLI_array_cxx.h
@@ -23,11 +23,11 @@
* a template argument. Instead it can be specified at the construction time.
*/
-#include "BLI_utildefines.h"
#include "BLI_allocator.h"
#include "BLI_array_ref.h"
-#include "BLI_memory_utils_cxx.h"
#include "BLI_index_range.h"
+#include "BLI_memory_utils_cxx.h"
+#include "BLI_utildefines.h"
namespace BLI {