| Index: core/fxcodec/codec/fx_codec_icc.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_icc.cpp b/core/fxcodec/codec/fx_codec_icc.cpp
|
| similarity index 99%
|
| rename from core/src/fxcodec/codec/fx_codec_icc.cpp
|
| rename to core/fxcodec/codec/fx_codec_icc.cpp
|
| index ebec0b0a34855727947de328a518291b83617be1..fc8113e4e68d424b2f6e8fd540ecc32aaee9e993 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_icc.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_icc.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "core/fxcodec/codec/codec_int.h"
|
| #include "core/include/fxcodec/fx_codec.h"
|
| -#include "core/src/fxcodec/codec/codec_int.h"
|
| #include "third_party/lcms2-2.6/include/lcms2.h"
|
|
|
| const FX_DWORD N_COMPONENT_LAB = 3;
|
|
|