From 8bccc7d8611a7379adc8d981bca18938ab0a5c27 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 22 Mar 2022 00:54:42 +0100 Subject: Cleanup: add proper IMB_openexr.h instead of including file from intern/ --- source/blender/render/RE_pipeline.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/render/RE_pipeline.h') diff --git a/source/blender/render/RE_pipeline.h b/source/blender/render/RE_pipeline.h index ed370d89dc2..cac320ad246 100644 --- a/source/blender/render/RE_pipeline.h +++ b/source/blender/render/RE_pipeline.h @@ -62,8 +62,8 @@ typedef struct RenderView { typedef struct RenderPass { struct RenderPass *next, *prev; int channels; - char name[64]; /* amount defined in openexr_multi.h */ - char chan_id[8]; /* amount defined in openexr_multi.h */ + char name[64]; /* amount defined in IMB_openexr.h */ + char chan_id[8]; /* amount defined in IMB_openexr.h */ float *rect; int rectx, recty; -- cgit v1.2.3