| Index: core/fxcodec/jbig2/JBig2_TrdProc.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_TrdProc.h b/core/fxcodec/jbig2/JBig2_TrdProc.h
|
| similarity index 90%
|
| rename from core/src/fxcodec/jbig2/JBig2_TrdProc.h
|
| rename to core/fxcodec/jbig2/JBig2_TrdProc.h
|
| index e36b269ba608bad55991fac590f2295b4a5f0598..090e56472663b917405b7fd26f44e409409041cc 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_TrdProc.h
|
| +++ b/core/fxcodec/jbig2/JBig2_TrdProc.h
|
| @@ -4,11 +4,11 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
|
| -#define CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
|
| +#ifndef CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
|
| +#define CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
|
|
|
| +#include "core/fxcodec/jbig2/JBig2_Image.h"
|
| #include "core/include/fxcrt/fx_system.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_Image.h"
|
|
|
| class CJBig2_ArithDecoder;
|
| class CJBig2_ArithIaidDecoder;
|
| @@ -79,4 +79,4 @@ class CJBig2_TRDProc {
|
| int8_t SBRAT[4];
|
| };
|
|
|
| -#endif // CORE_SRC_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
|
| +#endif // CORE_FXCODEC_JBIG2_JBIG2_TRDPROC_H_
|
|
|