[Bf-blender-cvs] [8c9432be6a8] temp-geometry-nodes-fields: Cleanup: Remove unnecessary include

Hans Goudey noreply at git.blender.org
Thu Sep 2 22:57:45 CEST 2021


Commit: 8c9432be6a8340a02388a0ad75e6d2117a1a0c59
Author: Hans Goudey
Date:   Thu Sep 2 15:47:50 2021 -0500
Branches: temp-geometry-nodes-fields
https://developer.blender.org/rB8c9432be6a8340a02388a0ad75e6d2117a1a0c59

Cleanup: Remove unnecessary include

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

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

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

diff --git a/source/blender/nodes/geometry/nodes/node_geo_position.cc b/source/blender/nodes/geometry/nodes/node_geo_position.cc
index 917584340e8..b4378240bf6 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_position.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_position.cc
@@ -14,8 +14,6 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
-#include "DEG_depsgraph_query.h"
-
 #include "node_geometry_util.hh"
 
 namespace blender::nodes {



More information about the Bf-blender-cvs mailing list