plugins: iot-headless: Remove unused header and replace it by libsyscommon 54/297354/2
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 17 Aug 2023 05:27:57 +0000 (14:27 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 17 Aug 2023 09:36:15 +0000 (18:36 +0900)
- shared/common.h is not used
- shared/log.h is replaced with libsyscommon/lig.h

Change-Id: If4113e98aa7b130230b2fa1eac93395c99e9ae70
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
plugins/iot-headless/input/input-handler.c

index 8e5b803..17446f4 100644 (file)
 #include <glib.h>
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/list.h>
+#include <libsyscommon/log.h>
 
-#include "shared/common.h"
 #include "shared/device-notifier.h"
-#include "shared/log.h"
 #include "shared/event.h"
 
 #include "input-config.h"