| Index: core/src/fxcodec/codec/fx_codec_jpeg.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec_jpeg.cpp b/core/src/fxcodec/codec/fx_codec_jpeg.cpp
|
| index 4f0494691c568605e25d8dee53880ff5c688d615..14cc194db4545f95d198324b884cb3469b017386 100644
|
| --- a/core/src/fxcodec/codec/fx_codec_jpeg.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec_jpeg.cpp
|
| @@ -6,10 +6,10 @@
|
|
|
| #include <setjmp.h>
|
|
|
| -#include "codec_int.h"
|
| #include "core/include/fxcodec/fx_codec.h"
|
| #include "core/include/fxcrt/fx_safe_types.h"
|
| #include "core/include/fxge/fx_dib.h"
|
| +#include "core/src/fxcodec/codec/codec_int.h"
|
|
|
| extern "C" {
|
| #undef FAR
|
|
|