Commit: e5b92cd63e79debc10214216bab1f4b6601db7b8
Author: Sergey Sharybin
Date:   Wed Dec 20 16:45:10 2017 +0100
Branches: master
https://developer.blender.org/rBe5b92cd63e79debc10214216bab1f4b6601db7b8

Depsgraph: Remove unused incldues

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

M       source/blender/depsgraph/intern/nodes/deg_node.cc
M       source/blender/depsgraph/intern/nodes/deg_node_id.cc

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

diff --git a/source/blender/depsgraph/intern/nodes/deg_node.cc 
b/source/blender/depsgraph/intern/nodes/deg_node.cc
index c558777aa67..e163e88e0ed 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node.cc
+++ b/source/blender/depsgraph/intern/nodes/deg_node.cc
@@ -31,19 +31,8 @@
 #include "intern/nodes/deg_node.h"
 
 #include <stdio.h>
-#include <cstring>  /* required for STREQ later on. */
 
 #include "BLI_utildefines.h"
-#include "BLI_ghash.h"
-
-extern "C" {
-#include "DNA_ID.h"
-#include "DNA_anim_types.h"
-
-#include "BKE_animsys.h"
-}
-
-#include "DEG_depsgraph.h"
 
 #include "intern/nodes/deg_node_component.h"
 #include "intern/nodes/deg_node_id.h"
diff --git a/source/blender/depsgraph/intern/nodes/deg_node_id.cc 
b/source/blender/depsgraph/intern/nodes/deg_node_id.cc
index fc77879ec33..478cc2863b0 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node_id.cc
+++ b/source/blender/depsgraph/intern/nodes/deg_node_id.cc
@@ -43,10 +43,6 @@ extern "C" {
 #include "BKE_animsys.h"
 }
 
-#include "DEG_depsgraph.h"
-
-#include "intern/nodes/deg_node_component.h"
-#include "intern/nodes/deg_node_operation.h"
 #include "intern/nodes/deg_node_time.h"
 #include "intern/depsgraph_intern.h"

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to