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/intern/effects.c')
-rw-r--r--source/blender/sequencer/intern/effects.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/sequencer/intern/effects.c b/source/blender/sequencer/intern/effects.c
index 5412914e0f6..1d323426cc3 100644
--- a/source/blender/sequencer/intern/effects.c
+++ b/source/blender/sequencer/intern/effects.c
@@ -62,8 +62,10 @@
#include "BLF_api.h"
+#include "effects.h"
#include "render.h"
-#include "sequencer.h"
+#include "strip_time.h"
+#include "utils.h"
static struct SeqEffectHandle get_sequence_effect_impl(int seq_type);