From: Chanwoo Choi Date: Thu, 17 Aug 2023 05:27:57 +0000 (+0900) Subject: plugins: iot-headless: Remove unused header and replace it by libsyscommon X-Git-Tag: accepted/tizen/unified/20230821.162310~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1df06157395236fc386849ce1f3e6e49e0efa37d;p=platform%2Fcore%2Fsystem%2Fdeviced.git plugins: iot-headless: Remove unused header and replace it by libsyscommon - shared/common.h is not used - shared/log.h is replaced with libsyscommon/lig.h Change-Id: If4113e98aa7b130230b2fa1eac93395c99e9ae70 Signed-off-by: Chanwoo Choi --- diff --git a/plugins/iot-headless/input/input-handler.c b/plugins/iot-headless/input/input-handler.c index 8e5b803..17446f4 100644 --- a/plugins/iot-headless/input/input-handler.c +++ b/plugins/iot-headless/input/input-handler.c @@ -23,10 +23,9 @@ #include #include #include +#include -#include "shared/common.h" #include "shared/device-notifier.h" -#include "shared/log.h" #include "shared/event.h" #include "input-config.h"