diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 11:59:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 11:59:54 -0700 |
commit | 8a752ab21daa2dcd0314ab5e3908f8d6e7bba2b7 (patch) | |
tree | 32e57975bb7200fd406e655e96d07d103021d67f /core/fxcodec | |
parent | 166bc16e15a5be72fe19da97504b4837967333ff (diff) | |
download | pdfium-8a752ab21daa2dcd0314ab5e3908f8d6e7bba2b7.tar.xz |
Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2379033002
Diffstat (limited to 'core/fxcodec')
-rw-r--r-- | core/fxcodec/codec/fx_codec_jpx_opj.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/codec/fx_codec_jpx_opj.cpp b/core/fxcodec/codec/fx_codec_jpx_opj.cpp index e64fa471cd..d5a95eef89 100644 --- a/core/fxcodec/codec/fx_codec_jpx_opj.cpp +++ b/core/fxcodec/codec/fx_codec_jpx_opj.cpp @@ -8,7 +8,7 @@ #include <limits> #include <vector> -#include "core/fpdfapi/fpdf_page/include/cpdf_colorspace.h" +#include "core/fpdfapi/fpdf_page/cpdf_colorspace.h" #include "core/fxcodec/codec/codec_int.h" #include "core/fxcodec/include/fx_codec.h" #include "core/fxcrt/include/fx_safe_types.h" |