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>2016-11-03 14:08:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-11-07 13:04:49 +0300
commit4ef45ba7759880e88d93bfec44b57bbf8b9f1c1e (patch)
treee0e33a2945159c23564a70a4ac30269909c35787 /source/blender/depsgraph/intern/nodes
parentbbd4b96fe9a1a766bb0a35a077e96f0b4e2fc5ed (diff)
Depsgraph: Remove some includes which seems unused
Diffstat (limited to 'source/blender/depsgraph/intern/nodes')
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node.cc1
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node_component.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/nodes/deg_node.cc b/source/blender/depsgraph/intern/nodes/deg_node.cc
index eb408f293de..29221357ce8 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node.cc
+++ b/source/blender/depsgraph/intern/nodes/deg_node.cc
@@ -31,7 +31,6 @@
#include "intern/nodes/deg_node.h"
#include <stdio.h>
-#include <string.h>
#include "BLI_utildefines.h"
#include "BLI_ghash.h"
diff --git a/source/blender/depsgraph/intern/nodes/deg_node_component.cc b/source/blender/depsgraph/intern/nodes/deg_node_component.cc
index 01f33b6368b..efc013b6eeb 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node_component.cc
+++ b/source/blender/depsgraph/intern/nodes/deg_node_component.cc
@@ -31,7 +31,6 @@
#include "intern/nodes/deg_node_component.h"
#include <stdio.h>
-#include <string.h>
extern "C" {
#include "BLI_utildefines.h"