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:
authorJacques Lucke <jacques@blender.org>2020-04-28 19:08:00 +0300
committerJacques Lucke <jacques@blender.org>2020-04-28 19:08:00 +0300
commitc1e6865ee324ce95286213778e442fcef701ce6a (patch)
treef2ef64feac0578d50a6df3e5ec5989a3c0f01d59 /source/blender/depsgraph/intern/depsgraph.h
parent67bd6bbcdd0347d078b902ebe9e59692d602b5b1 (diff)
Cleanup: remove unnecessary includes
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index 1459bd4e255..672f202338e 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -43,8 +43,6 @@
#include "intern/debug/deg_debug.h"
#include "intern/depsgraph_type.h"
-struct GHash;
-struct GSet;
struct ID;
struct Scene;
struct ViewLayer;