[Bf-blender-cvs] [6aba0015b59] temp-geometry-nodes-extrude-mesh: Cleanup: Remove unnecessary includes

Hans Goudey noreply at git.blender.org
Sun Jan 9 01:22:07 CET 2022


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"



More information about the Bf-blender-cvs mailing list