Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-12-20 18:45:10 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-12-20 18:45:10 +0300
commite5b92cd63e79debc10214216bab1f4b6601db7b8 (patch)
tree55159113fef02f58ad97e36ae97029689346bb6c /source/blender/depsgraph
parent3474db4b37e75150924d3cec73472ad3eadea4cb (diff)
Depsgraph: Remove unused incldues
Diffstat (limited to 'source/blender/depsgraph')
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node.cc11
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node_id.cc4
2 files changed, 0 insertions, 15 deletions
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"