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/depsgraph_types.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_types.h b/source/blender/depsgraph/intern/depsgraph_types.h
index 0478d97cf6b..143884c1a29 100644
--- a/source/blender/depsgraph/intern/depsgraph_types.h
+++ b/source/blender/depsgraph/intern/depsgraph_types.h
@@ -45,12 +45,12 @@
#include <vector>
#include <algorithm>
-struct bAction;
struct ChannelDriver;
-struct ModifierData;
-struct PointerRNA;
struct EvaluationContext;
struct FCurve;
+struct ModifierData;
+struct PointerRNA;
+struct bAction;
namespace DEG {