| Index: core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_jbig.cpp b/core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| index 1524b68df06c2cae1d7d6959184b3359e6df3eee..aa9f1811b71ea5a5cdbc87af1a2dfe8d1d0c958d 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec_jbig.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fxcodec/fx_codec.h"
|
| #include "codec_int.h"
|
| +#include "core/include/fxcodec/fx_codec.h"
|
|
|
| // Holds per-document JBig2 related data.
|
| class JBig2DocumentContext : public CFX_DestructObject {
|
|
|