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:
authorJacques Lucke <jacques@blender.org>2020-11-02 13:44:46 +0300
committerJacques Lucke <jacques@blender.org>2020-11-02 13:44:46 +0300
commit152bd43ae17bbdd5484c8d34915c53c9363ca4d4 (patch)
tree101a0e006dab0bf68c86d5fdcce1a344ae7bdb68 /source/blender/blenloader/intern/readfile.c
parent45012c3309485138052f1eda306ce5f5b3bfb55b (diff)
parent19dec6c8a7ce99079a4850c3e958130ec434705e (diff)
Merge branch 'master' into geometry-nodes
Diffstat (limited to 'source/blender/blenloader/intern/readfile.c')
-rw-r--r--source/blender/blenloader/intern/readfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 32056d03509..004b0664fd3 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -156,7 +156,6 @@
#include "BKE_report.h"
#include "BKE_scene.h"
#include "BKE_screen.h"
-#include "BKE_sequencer.h"
#include "BKE_shader_fx.h"
#include "BKE_sound.h"
#include "BKE_volume.h"
@@ -176,6 +175,8 @@
#include "RE_engine.h"
+#include "SEQ_sequencer.h"
+
#include "engines/eevee/eevee_lightcache.h"
#include "readfile.h"