diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-14 21:13:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-14 21:13:24 +0200 |
| commit | 1f336350e4c6f60c4597b43976d1a9e4e05ea61b (patch) | |
| tree | cb686a13283023038ea7ca71abad60283389dbc6 | |
| parent | d64297d2119330e7895251beebd071b7e17e46dd (diff) | |
Remove unnecessary include.
| -rw-r--r-- | src/lib/j2k_image_proxy.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/j2k_image_proxy.cc b/src/lib/j2k_image_proxy.cc index 8fb387158..804e31673 100644 --- a/src/lib/j2k_image_proxy.cc +++ b/src/lib/j2k_image_proxy.cc @@ -27,7 +27,6 @@ #include <dcp/j2k_transcode.h> #include <dcp/mono_j2k_picture_frame.h> #include <dcp/openjpeg_image.h> -#include <dcp/rgb_xyz.h> #include <dcp/stereo_j2k_picture_frame.h> #include <dcp/warnings.h> #include <libcxml/cxml.h> |
