| Index: core/src/fxcodec/codec/fx_codec.cpp
|
| diff --git a/core/src/fxcodec/codec/fx_codec.cpp b/core/src/fxcodec/codec/fx_codec.cpp
|
| index 82a6ae67da6608005ac2df26dbe03806b1407bff..17e665d608f98784d48346fca59514b4cbe96d4c 100644
|
| --- a/core/src/fxcodec/codec/fx_codec.cpp
|
| +++ b/core/src/fxcodec/codec/fx_codec.cpp
|
| @@ -9,9 +9,9 @@
|
| #include <cmath>
|
| #include <utility>
|
|
|
| -#include "codec_int.h"
|
| #include "core/include/fxcrt/fx_ext.h"
|
| #include "core/include/fxcrt/fx_safe_types.h"
|
| +#include "core/src/fxcodec/codec/codec_int.h"
|
| #include "third_party/base/logging.h"
|
|
|
| CCodec_ModuleMgr::CCodec_ModuleMgr()
|
|
|