| Index: core/fxcodec/jbig2/JBig2_SymbolDict.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_SymbolDict.h b/core/fxcodec/jbig2/JBig2_SymbolDict.h
|
| similarity index 82%
|
| rename from core/src/fxcodec/jbig2/JBig2_SymbolDict.h
|
| rename to core/fxcodec/jbig2/JBig2_SymbolDict.h
|
| index 5880a83bef32b468fae3dbd470454e0ed7c2c68a..64ab88159632801a2e9eda80f392347ed27ffcbd 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_SymbolDict.h
|
| +++ b/core/fxcodec/jbig2/JBig2_SymbolDict.h
|
| @@ -4,15 +4,15 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_SYMBOLDICT_H_
|
| -#define CORE_SRC_FXCODEC_JBIG2_JBIG2_SYMBOLDICT_H_
|
| +#ifndef CORE_FXCODEC_JBIG2_JBIG2_SYMBOLDICT_H_
|
| +#define CORE_FXCODEC_JBIG2_JBIG2_SYMBOLDICT_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
|
|
| +#include "core/fxcodec/jbig2/JBig2_ArithDecoder.h"
|
| +#include "core/fxcodec/jbig2/JBig2_List.h"
|
| #include "core/include/fxcrt/fx_basic.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_ArithDecoder.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_List.h"
|
|
|
| class CJBig2_Image;
|
|
|
| @@ -45,4 +45,4 @@ class CJBig2_SymbolDict {
|
| CJBig2_List<CJBig2_Image> m_SDEXSYMS;
|
| };
|
|
|
| -#endif // CORE_SRC_FXCODEC_JBIG2_JBIG2_SYMBOLDICT_H_
|
| +#endif // CORE_FXCODEC_JBIG2_JBIG2_SYMBOLDICT_H_
|
|
|