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:
authorHimanshi Kalra <himanshikalra98@gmail.com>2020-12-17 15:06:26 +0300
committerHimanshi Kalra <himanshikalra98@gmail.com>2020-12-17 15:06:26 +0300
commit167eace0e73bef77cf362af04f1f0dd47c492a92 (patch)
tree715217755512456fab8dfa8e38f63d5065a1ccc1 /source/blender/io/common/IO_abstract_hierarchy_iterator.h
parentf066bf923c234f52a6159d51f4978bf1072edaf1 (diff)
parentcf2ebaf27c78b3f8f79d9d014ca2261228f87e70 (diff)
Merge branch 'master' into soc-2020-testing-frameworks
Diffstat (limited to 'source/blender/io/common/IO_abstract_hierarchy_iterator.h')
-rw-r--r--source/blender/io/common/IO_abstract_hierarchy_iterator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/io/common/IO_abstract_hierarchy_iterator.h b/source/blender/io/common/IO_abstract_hierarchy_iterator.h
index e066ca8ba8f..300c555ac8f 100644
--- a/source/blender/io/common/IO_abstract_hierarchy_iterator.h
+++ b/source/blender/io/common/IO_abstract_hierarchy_iterator.h
@@ -43,13 +43,11 @@
#include <set>
#include <string>
-struct Base;
struct Depsgraph;
struct DupliObject;
struct ID;
struct Object;
struct ParticleSystem;
-struct ViewLayer;
namespace blender::io {