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/prefetch.h')
-rw-r--r--source/blender/sequencer/intern/prefetch.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/sequencer/intern/prefetch.h b/source/blender/sequencer/intern/prefetch.h
index aa47a9dbcfc..1633ee297f8 100644
--- a/source/blender/sequencer/intern/prefetch.h
+++ b/source/blender/sequencer/intern/prefetch.h
@@ -27,11 +27,9 @@
extern "C" {
#endif
-struct ImBuf;
-struct Main;
struct Scene;
-struct Sequence;
struct SeqRenderData;
+struct Sequence;
#ifdef __cplusplus
}