| Index: core/fxcodec/jbig2/JBig2_Define.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_Define.h b/core/fxcodec/jbig2/JBig2_Define.h
|
| similarity index 84%
|
| rename from core/src/fxcodec/jbig2/JBig2_Define.h
|
| rename to core/fxcodec/jbig2/JBig2_Define.h
|
| index 68e2ff253383cdcafb0d724f962bf49189a60951..5149c19ef2971f3222916a1fa0893132ba02c29f 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_Define.h
|
| +++ b/core/fxcodec/jbig2/JBig2_Define.h
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_DEFINE_H_
|
| -#define CORE_SRC_FXCODEC_JBIG2_JBIG2_DEFINE_H_
|
| +#ifndef CORE_FXCODEC_JBIG2_JBIG2_DEFINE_H_
|
| +#define CORE_FXCODEC_JBIG2_JBIG2_DEFINE_H_
|
|
|
| #include "core/include/fxcrt/fx_system.h"
|
|
|
| @@ -33,4 +33,4 @@ struct JBig2HuffmanCode {
|
| #define JBIG2_MAX_PATTERN_INDEX 65535
|
| #define JBIG2_MAX_IMAGE_SIZE 65535
|
|
|
| -#endif // CORE_SRC_FXCODEC_JBIG2_JBIG2_DEFINE_H_
|
| +#endif // CORE_FXCODEC_JBIG2_JBIG2_DEFINE_H_
|
|
|