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:
authorCampbell Barton <ideasman42@gmail.com>2018-04-28 10:01:34 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-28 10:02:22 +0300
commit617534327ad48583b2688997f59a998824df20af (patch)
tree401302e1432e09cb61e6827b8a48d70afef78d93 /source/blender/makesrna/intern/rna_depsgraph.c
parentcfa1700792a7c7d6413b0ed6e59f56c0484a911a (diff)
Cleanup: style, duplicate includes
Diffstat (limited to 'source/blender/makesrna/intern/rna_depsgraph.c')
-rw-r--r--source/blender/makesrna/intern/rna_depsgraph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_depsgraph.c b/source/blender/makesrna/intern/rna_depsgraph.c
index 6f8ef99f9c1..f3c8da39db0 100644
--- a/source/blender/makesrna/intern/rna_depsgraph.c
+++ b/source/blender/makesrna/intern/rna_depsgraph.c
@@ -37,7 +37,6 @@
#include "DNA_object_types.h"
#include "DEG_depsgraph.h"
-#include "DEG_depsgraph_query.h"
#define STATS_MAX_SIZE 16384