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:
authorCampbell Barton <ideasman42@gmail.com>2020-12-16 08:26:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-16 08:26:23 +0300
commita869a61c88e37ce8a16676162ef7db3c62449b46 (patch)
treefbba30c32a6c5e14e9f2de3edfc959806f6d55bf /source/blender/sequencer/intern/proxy.h
parentb347c4e9ca896c7f1149502962add1163db1e82c (diff)
Cleanup: sort struct blocks
Diffstat (limited to 'source/blender/sequencer/intern/proxy.h')
-rw-r--r--source/blender/sequencer/intern/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/sequencer/intern/proxy.h b/source/blender/sequencer/intern/proxy.h
index a362a318a5a..a65fdcd42fe 100644
--- a/source/blender/sequencer/intern/proxy.h
+++ b/source/blender/sequencer/intern/proxy.h
@@ -27,10 +27,10 @@
extern "C" {
#endif
-struct anim;
struct ImBuf;
struct SeqRenderData;
struct Sequence;
+struct anim;
#define PROXY_MAXFILE (2 * FILE_MAXDIR + FILE_MAXFILE)
struct ImBuf *seq_proxy_fetch(const struct SeqRenderData *context,