| Index: core/fxcodec/codec/fx_codec_bmp.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec_bmp.cpp b/core/fxcodec/codec/fx_codec_bmp.cpp
|
| index 2dc537161b23c1d08f481266f26b9e1c9419b7ba..0fed1512178085f03ec60b500660722d4969e51f 100644
|
| --- a/core/fxcodec/codec/fx_codec_bmp.cpp
|
| +++ b/core/fxcodec/codec/fx_codec_bmp.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/lbmp/fx_bmp.h"
|
| #include "core/fxge/include/fx_dib.h"
|
| -#include "core/include/fxcodec/fx_codec.h"
|
| struct FXBMP_Context {
|
| bmp_decompress_struct_p bmp_ptr;
|
| void* parent_ptr;
|
|
|