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 a443b7507949686d2875682b2c16d4efcfbacd24..78424bdcad6e466ae8e2337878944f2c62a84c83 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), |