From 1df06157395236fc386849ce1f3e6e49e0efa37d Mon Sep 17 00:00:00 2001 From: Chanwoo Choi Date: Thu, 17 Aug 2023 14:27:57 +0900 Subject: [PATCH] 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 --- plugins/iot-headless/input/input-handler.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.7.4