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/blenkernel/intern/seqprefetch.c')
-rw-r--r--source/blender/blenkernel/intern/seqprefetch.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/blenkernel/intern/seqprefetch.c b/source/blender/blenkernel/intern/seqprefetch.c
index 915935addcd..8c7d119857a 100644
--- a/source/blender/blenkernel/intern/seqprefetch.c
+++ b/source/blender/blenkernel/intern/seqprefetch.c
@@ -27,11 +27,11 @@
#include "MEM_guardedalloc.h"
-#include "DNA_sequence_types.h"
+#include "DNA_anim_types.h"
#include "DNA_scene_types.h"
#include "DNA_screen_types.h"
+#include "DNA_sequence_types.h"
#include "DNA_windowmanager_types.h"
-#include "DNA_anim_types.h"
#include "BLI_listbase.h"
#include "BLI_threads.h"
@@ -40,12 +40,12 @@
#include "IMB_imbuf_types.h"
#include "BKE_animsys.h"
+#include "BKE_context.h"
+#include "BKE_layer.h"
#include "BKE_lib_id.h"
-#include "BKE_scene.h"
#include "BKE_main.h"
-#include "BKE_context.h"
+#include "BKE_scene.h"
#include "BKE_sequencer.h"
-#include "BKE_layer.h"
#include "DEG_depsgraph.h"
#include "DEG_depsgraph_build.h"