| Index: core/fxcodec/jbig2/JBig2_GrdProc.cpp
|
| diff --git a/core/fxcodec/jbig2/JBig2_GrdProc.cpp b/core/fxcodec/jbig2/JBig2_GrdProc.cpp
|
| index 5f3b47f659758d2be74fc4178cb34c839d863c2a..2391fb2b07a24a07d0cd2d9d3e0432b135d0ff8f 100644
|
| --- a/core/fxcodec/jbig2/JBig2_GrdProc.cpp
|
| +++ b/core/fxcodec/jbig2/JBig2_GrdProc.cpp
|
| @@ -8,10 +8,10 @@
|
|
|
| #include <memory>
|
|
|
| +#include "core/fxcodec/include/fx_codec.h"
|
| #include "core/fxcodec/jbig2/JBig2_ArithDecoder.h"
|
| #include "core/fxcodec/jbig2/JBig2_BitStream.h"
|
| #include "core/fxcodec/jbig2/JBig2_Image.h"
|
| -#include "core/include/fxcodec/fx_codec.h"
|
|
|
| CJBig2_GRDProc::CJBig2_GRDProc()
|
| : m_loopIndex(0),
|
|
|