[Bf-blender-cvs] [c83e33b6615] master: Cleanup: Sort includes in mesh header

Hans Goudey noreply at git.blender.org
Sat Nov 19 00:08:32 CET 2022


Commit: c83e33b6615f642c5410c3c6275c60428a461011
Author: Hans Goudey
Date:   Fri Nov 18 17:01:38 2022 -0600
Branches: master
https://developer.blender.org/rBc83e33b6615f642c5410c3c6275c60428a461011

Cleanup: Sort includes in mesh header

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

M	source/blender/blenkernel/BKE_mesh_types.h

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

diff --git a/source/blender/blenkernel/BKE_mesh_types.h b/source/blender/blenkernel/BKE_mesh_types.h
index 9be6049fe66..25387cc2bad 100644
--- a/source/blender/blenkernel/BKE_mesh_types.h
+++ b/source/blender/blenkernel/BKE_mesh_types.h
@@ -11,17 +11,15 @@
 
 #  include <mutex>
 
-#  include "BLI_bit_vector.hh"
-#  include "BLI_shared_cache.hh"
-#  include "BLI_span.hh"
-
-#  include "DNA_customdata_types.h"
+#  include "MEM_guardedalloc.h"
 
+#  include "BLI_bit_vector.hh"
 #  include "BLI_bounds_types.hh"
 #  include "BLI_math_vec_types.hh"
 #  include "BLI_shared_cache.hh"
+#  include "BLI_span.hh"
 
-#  include "MEM_guardedalloc.h"
+#  include "DNA_customdata_types.h"
 
 struct BVHCache;
 struct EditMeshData;



More information about the Bf-blender-cvs mailing list