| 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 46f479e0b11b50441ed2ccc585168ac830838d3f..2f3bd7a6da2b9cf93ed95814998fdbe255f8164b 100644
 | 
| --- a/core/src/fxcodec/codec/fx_codec.cpp
 | 
| +++ b/core/src/fxcodec/codec/fx_codec.cpp
 | 
| @@ -8,9 +8,9 @@
 | 
|  
 | 
|  #include <cmath>
 | 
|  
 | 
| -#include "../../../../third_party/base/logging.h"
 | 
|  #include "../../../include/fxcrt/fx_safe_types.h"
 | 
|  #include "codec_int.h"
 | 
| +#include "third_party/base/logging.h"
 | 
|  
 | 
|  CCodec_ModuleMgr::CCodec_ModuleMgr()
 | 
|      : m_pBasicModule(new CCodec_BasicModule),
 | 
| 
 |