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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-07-31 12:55:25 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-07-31 12:58:53 +0300
commite51067505b63892420e5be09be2f24c6add3b2ba (patch)
tree18b32c7851dfc32079eace8999cc06178dbeeb16 /source/blender
parent77616571292ab1eeb9805797bfdd4525cc306923 (diff)
Cleanup: Use explicit forward declaration
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/include/ED_anim_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_anim_api.h b/source/blender/editors/include/ED_anim_api.h
index 230d62d400c..f49d38e1276 100644
--- a/source/blender/editors/include/ED_anim_api.h
+++ b/source/blender/editors/include/ED_anim_api.h
@@ -27,6 +27,7 @@
struct AnimData;
struct ID;
struct ListBase;
+struct Depsgraph;
struct ARegion;
struct Main;