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_relations.h')
-rw-r--r--source/blender/sequencer/SEQ_relations.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/sequencer/SEQ_relations.h b/source/blender/sequencer/SEQ_relations.h
index b2e7ac9f007..366c1002e22 100644
--- a/source/blender/sequencer/SEQ_relations.h
+++ b/source/blender/sequencer/SEQ_relations.h
@@ -27,12 +27,12 @@
extern "C" {
#endif
-struct Scene;
-struct Sequence;
-struct Main;
struct ListBase;
-struct ReportList;
+struct Main;
struct MovieClip;
+struct ReportList;
+struct Scene;
+struct Sequence;
void SEQ_relations_sequence_free_anim(struct Sequence *seq);
void SEQ_relations_update_changed_seq_and_deps(struct Scene *scene,