diff options
Diffstat (limited to 'core/fxcodec/codec')
-rw-r--r-- | core/fxcodec/codec/fx_codec_jpx_opj.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/fxcodec/codec/fx_codec_jpx_opj.cpp b/core/fxcodec/codec/fx_codec_jpx_opj.cpp index b50c01227f..89c512390d 100644 --- a/core/fxcodec/codec/fx_codec_jpx_opj.cpp +++ b/core/fxcodec/codec/fx_codec_jpx_opj.cpp @@ -19,12 +19,6 @@ #include "third_party/libopenjpeg20/openjpeg.h" #include "third_party/libopenjpeg20/opj_malloc.h" -#if defined(USE_SYSTEM_LCMS2) -#include <lcms2.h> -#else -#include "third_party/lcms/include/lcms2.h" -#endif - namespace { void fx_ignore_callback(const char* msg, void* client_data) {} |