| Index: core/src/fxcodec/codec/fx_codec_fax.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_fax.cpp b/core/src/fxcodec/codec/fx_codec_fax.cpp
|
| index b198e74784c1412dc16bf26a4dffbabc10408da3..cacbc714561f06f8c42b4f9645446b72d3271b95 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_fax.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec_fax.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "codec_int.h"
|
| #include "core/include/fxcodec/fx_codec.h"
|
| +#include "core/src/fxcodec/codec/codec_int.h"
|
|
|
| namespace {
|
|
|
|
|