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/blenkernel/depsgraph_private.h')
-rw-r--r--source/blender/blenkernel/depsgraph_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/depsgraph_private.h b/source/blender/blenkernel/depsgraph_private.h
index 72f4e2524a4..7092f237f72 100644
--- a/source/blender/blenkernel/depsgraph_private.h
+++ b/source/blender/blenkernel/depsgraph_private.h
@@ -34,10 +34,10 @@
#include "DNA_constraint_types.h"
#include "BKE_constraint.h"
-struct Scene;
-struct Group;
struct EffectorWeights;
+struct Group;
struct ModifierData;
+struct Scene;
/* **** DAG relation types *** */