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/sequencer/SEQ_proxy.h')
-rw-r--r--source/blender/sequencer/SEQ_proxy.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/sequencer/SEQ_proxy.h b/source/blender/sequencer/SEQ_proxy.h
index b909ac7b02d..6934215839f 100644
--- a/source/blender/sequencer/SEQ_proxy.h
+++ b/source/blender/sequencer/SEQ_proxy.h
@@ -27,14 +27,14 @@
extern "C" {
#endif
-struct Scene;
-struct Main;
+struct Depsgraph;
struct GSet;
-struct Sequence;
struct ListBase;
-struct Depsgraph;
-struct SeqIndexBuildContext;
struct ListBase;
+struct Main;
+struct Scene;
+struct SeqIndexBuildContext;
+struct Sequence;
bool SEQ_proxy_rebuild_context(struct Main *bmain,
struct Depsgraph *depsgraph,