summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-06-17 10:48:05 -0700
committerTom Sepez <tsepez@chromium.org>2015-06-17 10:48:05 -0700
commit16a0b24fb35b6cb2e7e57a42735c0081fb9f2a20 (patch)
treebc99c2e191736376fef0637cc1106d1d97351e7d /core/src/fxcodec/codec/fx_codec_jpx_opj.cpp
parent2ca8fcbc8a7a3ef6adfac154c47068c1696205d0 (diff)
downloadpdfium-16a0b24fb35b6cb2e7e57a42735c0081fb9f2a20.tar.xz
Move lcms2 into third_party
Second CL to apply less restrictive flags to third party. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1181943008.
Diffstat (limited to 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp')
-rw-r--r--core/src/fxcodec/codec/fx_codec_jpx_opj.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp b/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp
index 4f548eaa80..4457f1835a 100644
--- a/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp
+++ b/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp
@@ -9,7 +9,7 @@
#include "../../../include/fxcodec/fx_codec.h"
#include "../fx_libopenjpeg/libopenjpeg20/openjpeg.h"
-#include "../lcms2/include/fx_lcms2.h"
+#include "../lcms2/fx_lcms2.h"
#include "codec_int.h"
static void fx_error_callback(const char *msg, void *client_data)