[Bf-blender-cvs] [a5413ba0f87] functions: sort includes

Jacques Lucke noreply at git.blender.org
Tue May 28 15:22:22 CEST 2019


Commit: a5413ba0f878eceb5ef0ec175a5f3f73badd2877
Author: Jacques Lucke
Date:   Tue May 28 15:18:19 2019 +0200
Branches: functions
https://developer.blender.org/rBa5413ba0f878eceb5ef0ec175a5f3f73badd2877

sort includes

===================================================================

M	source/blender/blenlib/BLI_array_ref.hpp

===================================================================

diff --git a/source/blender/blenlib/BLI_array_ref.hpp b/source/blender/blenlib/BLI_array_ref.hpp
index cfa0e298186..7f6c11a0808 100644
--- a/source/blender/blenlib/BLI_array_ref.hpp
+++ b/source/blender/blenlib/BLI_array_ref.hpp
@@ -6,10 +6,11 @@
  * kinds of class types without doing unnecessary conversions.
  */
 
-#include "BLI_small_vector.hpp"
 #include <vector>
 #include <array>
 
+#include "BLI_small_vector.hpp"
+
 namespace BLI {
 
 template<typename T> class ArrayRef {



More information about the Bf-blender-cvs mailing list