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:
authorAntonio Vazquez <blendergit@gmail.com>2022-02-24 21:44:07 +0300
committerAntonio Vazquez <blendergit@gmail.com>2022-02-24 21:44:07 +0300
commit5ccbbaed08dbbf9ac07017e8f8f6053ac0e1ed38 (patch)
treed9b37f7262b75d9bcbf184d506e40013a220106c /source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc
parent3b3e519edd98db52451dbdbbef21709c682901ce (diff)
Cleanup: Sort include lines
Diffstat (limited to 'source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc')
-rw-r--r--source/blender/nodes/geometry/nodes/node_geo_input_mesh_face_is_planar.cc1
1 files changed, 0 insertions, 1 deletions
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"