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_sound.h')
-rw-r--r--source/blender/sequencer/SEQ_sound.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/sequencer/SEQ_sound.h b/source/blender/sequencer/SEQ_sound.h
index d04aed259fb..1b9da928e77 100644
--- a/source/blender/sequencer/SEQ_sound.h
+++ b/source/blender/sequencer/SEQ_sound.h
@@ -27,12 +27,12 @@
extern "C" {
#endif
-struct Scene;
struct Editing;
+struct ListBase;
+struct Main;
+struct Scene;
struct Sequence;
struct bSound;
-struct Main;
-struct ListBase;
void SEQ_sound_update_bounds_all(struct Scene *scene);
void SEQ_sound_update_bounds(struct Scene *scene, struct Sequence *seq);