Commit: a7368551d9b33944d2790262f42354e566363de2 Author: Martijn Versteegh Date: Tue Nov 29 23:07:02 2022 +0100 Branches: refactor-mesh-uv-map-generic https://developer.blender.org/rBa7368551d9b33944d2790262f42354e566363de2
Remove unnecessary include. =================================================================== M source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_ico_sphere.cc =================================================================== diff --git a/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_ico_sphere.cc b/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_ico_sphere.cc index 89945fdf87a..e7b6f9b5205 100644 --- a/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_ico_sphere.cc +++ b/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_ico_sphere.cc @@ -7,7 +7,6 @@ #include "BKE_mesh.h" #include "bmesh.h" -#include "intern/bmesh_interp.h" #include "node_geometry_util.hh" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
