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:
authorBrecht Van Lommel <brecht@blender.org>2022-03-22 02:54:42 +0300
committerBrecht Van Lommel <brecht@blender.org>2022-03-22 03:30:19 +0300
commit8bccc7d8611a7379adc8d981bca18938ab0a5c27 (patch)
tree2e58f0f4d183ecf67ef2fa38f1b22d939818dfae /source/blender/nodes/composite/nodes/node_composite_output_file.cc
parent9cf40eee4bd1859ac0968e3988ed0c252eab446e (diff)
Cleanup: add proper IMB_openexr.h instead of including file from intern/
Diffstat (limited to 'source/blender/nodes/composite/nodes/node_composite_output_file.cc')
-rw-r--r--source/blender/nodes/composite/nodes/node_composite_output_file.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/nodes/composite/nodes/node_composite_output_file.cc b/source/blender/nodes/composite/nodes/node_composite_output_file.cc
index 0ddeee1d6a7..28de1f48b79 100644
--- a/source/blender/nodes/composite/nodes/node_composite_output_file.cc
+++ b/source/blender/nodes/composite/nodes/node_composite_output_file.cc
@@ -22,9 +22,9 @@
#include "WM_api.h"
-#include "node_composite_util.hh"
+#include "IMB_openexr.h"
-#include "intern/openexr/openexr_multi.h"
+#include "node_composite_util.hh"
/* **************** OUTPUT FILE ******************** */