display: Replace headed/headless device-notifier.h with libsyscommon 48/297348/2
authorYoungjae Cho <y0.cho@samsung.com>
Thu, 17 Aug 2023 06:04:46 +0000 (15:04 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Thu, 17 Aug 2023 10:45:02 +0000 (19:45 +0900)
Change-Id: I8c712cc698767267742a0d19ef017e5eacd06c12
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
plugins/iot-headed/display/core.c
plugins/iot-headed/display/device-interface.c
plugins/iot-headed/display/key-filter.c
plugins/iot-headless/input/input-config.h

index 0a1ac78183f5576dbcdd167e2459192ae238afa8..b79a1714e17773fd910847d836cfb07113d68527 100644 (file)
@@ -49,7 +49,6 @@
 #include "lock-detector.h"
 #include "display-ops.h"
 #include "shared/devices.h"
-#include "shared/device-notifier.h"
 #include "core/udev.h"
 #include "shared/common.h"
 #include "shared/apps.h"
index d9ddda4ca25f673f08133fe787e4e592a4438c57..64937978499ae4a9dd55a9e2409d9eb5d0d42a43 100644 (file)
@@ -36,7 +36,6 @@
 #include "core/log.h"
 #include "shared/devices.h"
 #include "shared/common.h"
-#include "shared/device-notifier.h"
 #include "device-interface.h"
 #include "vconf.h"
 #include "core.h"
index 32a6bcbd301f93c624ace39d2b7323a6a7a70f96..345e355f99109d20d212bd6ed348f6653dc1bd75 100644 (file)
@@ -26,6 +26,7 @@
 #include <sys/types.h>
 #include <libsyscommon/libgdbus.h>
 #include <libsyscommon/resource-manager.h>
+#include <libsyscommon/notifier.h>
 #include <system/syscommon-plugin-deviced-common-interface.h>
 #include <system/syscommon-plugin-deviced-display-interface.h>
 #include <linux/input.h>
@@ -43,7 +44,6 @@
 #include "display-util.h"
 #include "shared/common.h"
 #include "shared/devices.h"
-#include "shared/device-notifier.h"
 #include "shared/common.h"
 #include "shared/apps.h"
 #include "shared/log.h"
index 2afb19d33244d19543aaafa5920f98298bc748f0..5dd4d35aeada75b92975aa81ea2e69c7b9a0b3b7 100644 (file)
@@ -20,6 +20,7 @@
 #define __INPUT_CONFIG_H__
 
 #include <vconf.h>
+#include <system/syscommon-plugin-deviced-common-interface.h>
 
 enum trigger_type {
        TRIGGER_TYPE_LEVEL, /* trigger event if a key is pressed for a duration */