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/depsgraph.h
parent0021273b312828c497ae80a3591ad68442bae6c5 (diff)
Cleanup: sort struct blocks, description
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph.h b/source/blender/depsgraph/intern/depsgraph.h
index 1b0913d4722..9a0b01d8679 100644
--- a/source/blender/depsgraph/intern/depsgraph.h
+++ b/source/blender/depsgraph/intern/depsgraph.h
@@ -53,8 +53,8 @@ struct ViewLayer;
namespace DEG {
struct ComponentNode;
-struct Node;
struct IDNode;
+struct Node;
struct OperationNode;
struct TimeSourceNode;