| Index: core/fxcodec/jbig2/JBig2_Context.h
|
| diff --git a/core/src/fxcodec/jbig2/JBig2_Context.h b/core/fxcodec/jbig2/JBig2_Context.h
|
| similarity index 93%
|
| rename from core/src/fxcodec/jbig2/JBig2_Context.h
|
| rename to core/fxcodec/jbig2/JBig2_Context.h
|
| index 68c575392a8656a4fdb725905f464ea69f7f55be..f09b8fc1ab2f9f775c017dc2df51a601089092a5 100644
|
| --- a/core/src/fxcodec/jbig2/JBig2_Context.h
|
| +++ b/core/fxcodec/jbig2/JBig2_Context.h
|
| @@ -4,18 +4,18 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef CORE_SRC_FXCODEC_JBIG2_JBIG2_CONTEXT_H_
|
| -#define CORE_SRC_FXCODEC_JBIG2_JBIG2_CONTEXT_H_
|
| +#ifndef CORE_FXCODEC_JBIG2_JBIG2_CONTEXT_H_
|
| +#define CORE_FXCODEC_JBIG2_JBIG2_CONTEXT_H_
|
|
|
| #include <list>
|
| #include <memory>
|
| #include <utility>
|
|
|
| +#include "core/fxcodec/jbig2/JBig2_List.h"
|
| +#include "core/fxcodec/jbig2/JBig2_Page.h"
|
| +#include "core/fxcodec/jbig2/JBig2_Segment.h"
|
| #include "core/include/fpdfapi/cpdf_object.h"
|
| #include "core/include/fxcodec/fx_codec_def.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_List.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_Page.h"
|
| -#include "core/src/fxcodec/jbig2/JBig2_Segment.h"
|
|
|
| class CJBig2_ArithDecoder;
|
| class CJBig2_GRDProc;
|
| @@ -131,4 +131,4 @@ class CJBig2_Context {
|
| bool m_bIsGlobal;
|
| };
|
|
|
| -#endif // CORE_SRC_FXCODEC_JBIG2_JBIG2_CONTEXT_H_
|
| +#endif // CORE_FXCODEC_JBIG2_JBIG2_CONTEXT_H_
|
|
|