| Index: core/fxcodec/codec/fx_codec_tiff.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_tiff.cpp b/core/fxcodec/codec/fx_codec_tiff.cpp
|
| similarity index 99%
|
| rename from core/src/fxcodec/codec/fx_codec_tiff.cpp
|
| rename to core/fxcodec/codec/fx_codec_tiff.cpp
|
| index 38c2af62879c900431498f3437577e6f7ca50078..2af92f2f12d326b97634880048ec66c4f7fda0e0 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_tiff.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_tiff.cpp
|
| @@ -4,9 +4,9 @@
|
|
|
| // 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/include/fxge/fx_dib.h"
|
| -#include "core/src/fxcodec/codec/codec_int.h"
|
|
|
| extern "C" {
|
| #include "third_party/libtiff/tiffiop.h"
|
|
|