| Index: core/fxcodec/codec/fx_codec_gif.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec_gif.cpp b/core/fxcodec/codec/fx_codec_gif.cpp
|
| index e1806a400104e9ee020f29af04bba90be310ce01..5fc0d094d8b37a9f4d3adf72dbd1b9218e0724ad 100644
|
| --- a/core/fxcodec/codec/fx_codec_gif.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_gif.cpp
|
| @@ -5,9 +5,9 @@
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| #include "core/fxcodec/codec/codec_int.h"
|
| +#include "core/fxcodec/include/fx_codec.h"
|
| #include "core/fxcodec/lgif/fx_gif.h"
|
| #include "core/fxge/include/fx_dib.h"
|
| -#include "core/include/fxcodec/fx_codec.h"
|
| struct FXGIF_Context {
|
| gif_decompress_struct_p gif_ptr;
|
| void* parent_ptr;
|
|
|