| Index: core/src/fxcodec/codec/fx_codec_tiff.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_tiff.cpp b/core/src/fxcodec/codec/fx_codec_tiff.cpp
|
| index 51a443bc3dacb3c47623f57f5f414b91309f4611..d158c0009a6bf84adbc21f7444accf1dd48373aa 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_tiff.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec_tiff.cpp
|
| @@ -4,8 +4,8 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "../../../include/fxcodec/fx_codec.h"
|
| -#include "../../../include/fxge/fx_dib.h"
|
| +#include "core/include/fxcodec/fx_codec.h"
|
| +#include "core/include/fxge/fx_dib.h"
|
| #include "codec_int.h"
|
|
|
| extern "C" {
|
|
|