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/nodes')
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node.h4
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node_component.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/depsgraph/intern/nodes/deg_node.h b/source/blender/depsgraph/intern/nodes/deg_node.h
index 7a837d17ceb..409fd83e3ac 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node.h
+++ b/source/blender/depsgraph/intern/nodes/deg_node.h
@@ -34,14 +34,14 @@
#include "BLI_utildefines.h"
-struct ID;
struct GHash;
+struct ID;
struct Scene;
namespace DEG {
-struct Depsgraph;
struct DepsRelation;
+struct Depsgraph;
struct OperationDepsNode;
/* *********************************** */
diff --git a/source/blender/depsgraph/intern/nodes/deg_node_component.h b/source/blender/depsgraph/intern/nodes/deg_node_component.h
index 151e37f7772..5e1d97f6502 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node_component.h
+++ b/source/blender/depsgraph/intern/nodes/deg_node_component.h
@@ -35,16 +35,16 @@
#include "BLI_utildefines.h"
#include "BLI_string.h"
+struct GHash;
struct ID;
struct bPoseChannel;
-struct GHash;
namespace DEG {
-struct Depsgraph;
-struct OperationDepsNode;
struct BoneComponentDepsNode;
+struct Depsgraph;
struct IDDepsNode;
+struct OperationDepsNode;
/* ID Component - Base type for all components */
struct ComponentDepsNode : public DepsNode {