Remove external definition from common module 58/238758/1
authorSuyeon Hwang <stom.hwang@samsung.com>
Fri, 17 Jul 2020 05:32:43 +0000 (14:32 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Fri, 17 Jul 2020 05:32:46 +0000 (14:32 +0900)
commitbf2eebd87cffe3bc3ac6a34b203eb4d00ec663bb
tree735bc2d07e316c1b2e417b728ad691a82e0c4d0a
parentbcf1f6c277b486bcf10d85a6080df95ea0b8f974
Remove external definition from common module

`common` module should not have accessed any other modules like `client` or `server`, but it has
used `log_tag()` function on `client` module by external definition.
This kind of access occurs cyclic depedency.

This patch removes external definition on common modules to remove cyclic depedencies.

Change-Id: I769a0886bdfb150c8943687d230ba85afe7d0ea0
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
common/stt_config_mgr.c
common/stt_config_parser.c
common/stt_defs.h
common/stt_engine.c
common/stt_network.c