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>2021-02-18 06:14:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-18 18:19:53 +0300
commit9df92691730a78a0bd13fea8717479e2b2055bb0 (patch)
treed4442f8097d098568023c2c2bef21dcbe7d81c22 /source/blender/imbuf
parent7e1159536483a8206614a667b99c52f8a3ec3c74 (diff)
Cleanup: sort structs, file-lists
Diffstat (limited to 'source/blender/imbuf')
-rw-r--r--source/blender/imbuf/intern/IMB_colormanagement_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/IMB_colormanagement_intern.h b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
index cc3f4879eea..31dca888732 100644
--- a/source/blender/imbuf/intern/IMB_colormanagement_intern.h
+++ b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
@@ -31,8 +31,8 @@ extern "C" {
#endif
struct ImBuf;
-struct OCIO_ConstProcessorRcPtr;
struct OCIO_ConstCPUProcessorRcPtr;
+struct OCIO_ConstProcessorRcPtr;
extern float imbuf_luma_coefficients[3];
extern float imbuf_xyz_to_rgb[3][3];