From: DoHyun Pyun Date: Thu, 13 Feb 2020 02:08:59 +0000 (+0900) Subject: Fix the coverity issue X-Git-Tag: accepted/tizen/6.0/unified/20201030.121639^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_6.0_unified;p=platform%2Fcore%2Fapi%2Fzigbee.git Fix the coverity issue Recursion in included headers Change-Id: Id1e222a12c4392d83f7799477dcbade45e41e302 Signed-off-by: DoHyun Pyun --- diff --git a/src/zbl-dbus.h b/src/zbl-dbus.h index eebe438..2d28225 100644 --- a/src/zbl-dbus.h +++ b/src/zbl-dbus.h @@ -21,7 +21,6 @@ #include "zb-common.h" #include "zbl.h" -#include "zbl-dbus.h" int zbl_dbus_start(zb_zigbee_h handle); int zbl_dbus_stop(zb_zigbee_h handle);