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_vector.h')
-rw-r--r--source/blender/blenlib/BLI_vector.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/blenlib/BLI_vector.h b/source/blender/blenlib/BLI_vector.h
index 60251347795..6a708759d0e 100644
--- a/source/blender/blenlib/BLI_vector.h
+++ b/source/blender/blenlib/BLI_vector.h
@@ -31,13 +31,13 @@
#include <iostream>
#include <memory>
-#include "BLI_utildefines.h"
-#include "BLI_memory_utils_cxx.h"
+#include "BLI_allocator.h"
#include "BLI_array_ref.h"
+#include "BLI_index_range.h"
#include "BLI_listbase_wrapper.h"
#include "BLI_math_base.h"
-#include "BLI_allocator.h"
-#include "BLI_index_range.h"
+#include "BLI_memory_utils_cxx.h"
+#include "BLI_utildefines.h"
#include "MEM_guardedalloc.h"