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 0a1ac78..b79a171 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 d9ddda4..6493797 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 32a6bcb..345e355 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 2afb19d..5dd4d35 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 */