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:
Diffstat (limited to 'source/blender/depsgraph/intern/builder/pipeline.h')
-rw-r--r--source/blender/depsgraph/intern/builder/pipeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/builder/pipeline.h b/source/blender/depsgraph/intern/builder/pipeline.h
index d98d834932c..dcd1bc6f26e 100644
--- a/source/blender/depsgraph/intern/builder/pipeline.h
+++ b/source/blender/depsgraph/intern/builder/pipeline.h
@@ -27,10 +27,10 @@
#include "intern/depsgraph_type.h"
+struct Depsgraph;
struct Main;
struct Scene;
struct ViewLayer;
-struct Depsgraph;
namespace blender {
namespace deg {