| Index: core/fxcodec/codec/fx_codec.cpp
|
| diff --git a/core/fxcodec/codec/fx_codec.cpp b/core/fxcodec/codec/fx_codec.cpp
|
| index f1298f9fb3ed432129050f1172503c97dc37041d..92dba69acf52721d96b6cd7316c20b3fcb113ad1 100644
|
| --- a/core/fxcodec/codec/fx_codec.cpp
|
| +++ b/core/fxcodec/codec/fx_codec.cpp
|
| @@ -10,8 +10,8 @@
|
| #include <utility>
|
|
|
| #include "core/fxcodec/codec/codec_int.h"
|
| -#include "core/include/fxcrt/fx_ext.h"
|
| -#include "core/include/fxcrt/fx_safe_types.h"
|
| +#include "core/fxcrt/include/fx_ext.h"
|
| +#include "core/fxcrt/include/fx_safe_types.h"
|
| #include "third_party/base/logging.h"
|
|
|
| CCodec_ModuleMgr::CCodec_ModuleMgr()
|
|
|