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/builder/deg_builder_relations.h
parent0021273b312828c497ae80a3591ad68442bae6c5 (diff)
Cleanup: sort struct blocks, description
Diffstat (limited to 'source/blender/depsgraph/intern/builder/deg_builder_relations.h')
-rw-r--r--source/blender/depsgraph/intern/builder/deg_builder_relations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/builder/deg_builder_relations.h b/source/blender/depsgraph/intern/builder/deg_builder_relations.h
index 40b77959d20..8765a8a5eb4 100644
--- a/source/blender/depsgraph/intern/builder/deg_builder_relations.h
+++ b/source/blender/depsgraph/intern/builder/deg_builder_relations.h
@@ -80,12 +80,12 @@ struct PropertyRNA;
namespace DEG {
struct ComponentNode;
-struct Node;
struct DepsNodeHandle;
-struct Relation;
struct Depsgraph;
struct IDNode;
+struct Node;
struct OperationNode;
+struct Relation;
struct RootPChanMap;
struct TimeSourceNode;