| Index: core/fxcodec/codec/codec_int.h
|
| diff --git a/core/src/fxcodec/codec/codec_int.h b/core/fxcodec/codec/codec_int.h
|
| similarity index 98%
|
| rename from core/src/fxcodec/codec/codec_int.h
|
| rename to core/fxcodec/codec/codec_int.h
|
| index 5c784adad6e35f883dbd86f9b23af9f4e1020072..d2f44dd67496ddad1811b57804231cffc3539fe4 100644
|
| --- a/core/src/fxcodec/codec/codec_int.h
|
| +++ b/core/fxcodec/codec/codec_int.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FXCODEC_CODEC_CODEC_INT_H_
|
| -#define CORE_SRC_FXCODEC_CODEC_CODEC_INT_H_
|
| +#ifndef CORE_FXCODEC_CODEC_CODEC_INT_H_
|
| +#define CORE_FXCODEC_CODEC_CODEC_INT_H_
|
|
|
| #include <limits.h>
|
|
|
| @@ -14,8 +14,8 @@
|
| #include <memory>
|
| #include <vector>
|
|
|
| +#include "core/fxcodec/jbig2/JBig2_Context.h"
|
| #include "core/include/fxcodec/fx_codec.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_Context.h"
|
| #include "third_party/libopenjpeg20/openjpeg.h" // For OPJ_SIZE_T.
|
|
|
| class CFX_IccProfileCache;
|
| @@ -425,4 +425,4 @@ OPJ_SIZE_T opj_write_from_memory(void* p_buffer,
|
| OPJ_OFF_T opj_skip_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data);
|
| OPJ_BOOL opj_seek_from_memory(OPJ_OFF_T nb_bytes, void* p_user_data);
|
|
|
| -#endif // CORE_SRC_FXCODEC_CODEC_CODEC_INT_H_
|
| +#endif // CORE_FXCODEC_CODEC_CODEC_INT_H_
|
|
|