Commit: 6aba0015b59d78785cdc972ad75446675116744f Author: Hans Goudey Date: Sat Jan 8 18:17:29 2022 -0600 Branches: temp-geometry-nodes-extrude-mesh https://developer.blender.org/rB6aba0015b59d78785cdc972ad75446675116744f
Cleanup: Remove unnecessary includes =================================================================== M source/blender/modifiers/intern/MOD_nodes_evaluator.cc =================================================================== diff --git a/source/blender/modifiers/intern/MOD_nodes_evaluator.cc b/source/blender/modifiers/intern/MOD_nodes_evaluator.cc index cd90b3afc79..5362d86a87f 100644 --- a/source/blender/modifiers/intern/MOD_nodes_evaluator.cc +++ b/source/blender/modifiers/intern/MOD_nodes_evaluator.cc @@ -16,9 +16,6 @@ #include "MOD_nodes_evaluator.hh" -#include "DNA_meshdata_types.h" - -#include "BKE_mesh.h" #include "BKE_type_conversions.hh" #include "NOD_geometry_exec.hh" _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
