Chromium Code Reviews| Index: core/src/fxcodec/codec/fx_codec_bmp.cpp |
| diff --git a/core/src/fxcodec/codec/fx_codec_bmp.cpp b/core/src/fxcodec/codec/fx_codec_bmp.cpp |
| index fddd076482d5c9a8614de09da8f629c9c2efd6f1..08b2f480dfe39514ebf5272ff9d6835e52ba5513 100644 |
| --- a/core/src/fxcodec/codec/fx_codec_bmp.cpp |
| +++ b/core/src/fxcodec/codec/fx_codec_bmp.cpp |
| @@ -4,10 +4,10 @@ |
| // 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" |
|
Tom Sepez
2016/01/08 18:07:18
nit: full path here while you're at it.
Lei Zhang
2016/01/08 21:50:59
I'll take care of the CWD relative includes in a s
|
| -#include "../lbmp/fx_bmp.h" |
| +#include "core/src/fxcodec/lbmp/fx_bmp.h" |
| struct FXBMP_Context { |
|
Tom Sepez
2016/01/08 18:07:17
nit: blank line before here.
Lei Zhang
2016/01/08 21:50:59
Ditto, we can mass change these in a separate CL.
|
| bmp_decompress_struct_p bmp_ptr; |
| void* parent_ptr; |