[Bf-blender-cvs] [5ccbbaed08d] master: Cleanup: Sort include lines

Antonio Vazquez noreply at git.blender.org
Thu Feb 24 19:44:11 CET 2022


Commit: 5ccbbaed08dbbf9ac07017e8f8f6053ac0e1ed38
Author: Antonio Vazquez
Date:   Thu Feb 24 19:44:07 2022 +0100
Branches: master
https://developer.blender.org/rB5ccbbaed08dbbf9ac07017e8f8f6053ac0e1ed38

Cleanup: Sort include lines

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

M	source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc

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

diff --git a/source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc b/source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc
index e7509cf83ce..62af0476057 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc
@@ -2,7 +2,6 @@
 
 #include "DNA_mesh_types.h"
 #include "DNA_meshdata_types.h"
-#include "node_geometry_util.hh"
 
 #include "BKE_mesh.h"



More information about the Bf-blender-cvs mailing list