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:
authorRichard Antalik <ISS>2020-11-01 23:03:31 +0300
committerRichard Antalik <richardantalik@gmail.com>2020-11-01 23:10:36 +0300
commitea1c5a6c15d956639dde8445d79b7f8abe7983fd (patch)
treeabc44f788beb37d408764dc823b4c461962f2e1d /source/blender/sequencer/intern/effects.c
parenta1f46ac9dc71d66adced895a98f912a5d8440748 (diff)
Rename BKE_sequencer.h
Reviewed By: sergey Differential Revision: https://developer.blender.org/D9349
Diffstat (limited to 'source/blender/sequencer/intern/effects.c')
-rw-r--r--source/blender/sequencer/intern/effects.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/sequencer/intern/effects.c b/source/blender/sequencer/intern/effects.c
index a05a69a522f..ee94ecadb14 100644
--- a/source/blender/sequencer/intern/effects.c
+++ b/source/blender/sequencer/intern/effects.c
@@ -46,7 +46,6 @@
#include "BKE_fcurve.h"
#include "BKE_lib_id.h"
#include "BKE_main.h"
-#include "BKE_sequencer.h"
#include "IMB_colormanagement.h"
#include "IMB_imbuf.h"
@@ -59,6 +58,8 @@
#include "RE_pipeline.h"
+#include "SEQ_sequencer.h"
+
#include "BLF_api.h"
#include "sequencer.h"