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/imbuf/intern')
-rw-r--r--source/blender/imbuf/intern/IMB_anim.h2
-rw-r--r--source/blender/imbuf/intern/IMB_colormanagement_intern.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/imbuf/intern/IMB_anim.h b/source/blender/imbuf/intern/IMB_anim.h
index 804095a0727..b1109f7ba4b 100644
--- a/source/blender/imbuf/intern/IMB_anim.h
+++ b/source/blender/imbuf/intern/IMB_anim.h
@@ -91,9 +91,9 @@
#define MAXNUMSTREAMS 50
+struct IDProperty;
struct _AviMovie;
struct anim_index;
-struct IDProperty;
struct anim {
int ib_flags;
diff --git a/source/blender/imbuf/intern/IMB_colormanagement_intern.h b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
index 0b4557e7bef..34ad9d7302d 100644
--- a/source/blender/imbuf/intern/IMB_colormanagement_intern.h
+++ b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
@@ -38,8 +38,8 @@
#include "DNA_listBase.h"
#include "BLI_sys_types.h"
-struct OCIO_ConstProcessorRcPtr;
struct ImBuf;
+struct OCIO_ConstProcessorRcPtr;
extern float imbuf_luma_coefficients[3];