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/depsgraph_tag.cc
parentbbd4b96fe9a1a766bb0a35a077e96f0b4e2fc5ed (diff)
Depsgraph: Remove some includes which seems unused
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_tag.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index 4f27dab258d..00907e417ff 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -31,7 +31,6 @@
*/
#include <stdio.h>
-#include <cstring>
#include <queue>
extern "C" {