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>2019-02-07 23:29:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-07 23:29:21 +0300
commit0abf754748cbab97749acb581aceca4ba9315ac5 (patch)
tree3595f9dd48e77613c7fad6021067bf9f666e5c58 /source/blender/depsgraph/intern/node/deg_node.h
parent0021273b312828c497ae80a3591ad68442bae6c5 (diff)
Cleanup: sort struct blocks, description
Diffstat (limited to 'source/blender/depsgraph/intern/node/deg_node.h')
-rw-r--r--source/blender/depsgraph/intern/node/deg_node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/node/deg_node.h b/source/blender/depsgraph/intern/node/deg_node.h
index 40280128743..59eca34cc70 100644
--- a/source/blender/depsgraph/intern/node/deg_node.h
+++ b/source/blender/depsgraph/intern/node/deg_node.h
@@ -32,9 +32,9 @@ struct Scene;
namespace DEG {
-struct Relation;
struct Depsgraph;
struct OperationNode;
+struct Relation;
/* Metatype of Nodes - The general "level" in the graph structure
* the node serves. */