summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-05 00:42:36 +0200
committerCarl Hetherington <cth@carlh.net>2025-10-14 20:50:53 +0200
commit2e9e778462a86e9c35e1758eb95cced4ddd5468d (patch)
tree8cd6b2bbfbfa564fc5c81cafd76c4abdd7923e9c /examples
parent6ee5579ba47f120f731c11f47417d690d6ce1325 (diff)
Move rgb_xyz into colour_conversion.
Diffstat (limited to 'examples')
-rw-r--r--examples/read_dcp.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/read_dcp.cc b/examples/read_dcp.cc
index d88c3605..e7c8b965 100644
--- a/examples/read_dcp.cc
+++ b/examples/read_dcp.cc
@@ -35,7 +35,6 @@
#include "text_asset.h"
#include "openjpeg_image.h"
#include "colour_conversion.h"
-#include "rgb_xyz.h"
/* This DISABLE/ENABLE pair is just to ignore some warnings from Magick++.h; they
* can be removed.
*/