| Index: core/fxcodec/codec/fx_codec_fax.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_fax.cpp b/core/fxcodec/codec/fx_codec_fax.cpp
|
| similarity index 99%
|
| rename from core/src/fxcodec/codec/fx_codec_fax.cpp
|
| rename to core/fxcodec/codec/fx_codec_fax.cpp
|
| index 36b92f06ffbb3f597a299fb592e74b7d903e39fb..13ffcda17482ede880c26e21f7060f81dfdced14 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_fax.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_fax.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| +#include "core/fxcodec/codec/codec_int.h"
|
| #include "core/include/fxcodec/fx_codec.h"
|
| -#include "core/src/fxcodec/codec/codec_int.h"
|
|
|
| namespace {
|
|
|
|
|