From: Youngjae Cho Date: Thu, 17 Aug 2023 06:04:46 +0000 (+0900) Subject: display: Replace headed/headless device-notifier.h with libsyscommon X-Git-Tag: accepted/tizen/unified/20230821.162310~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=528bf236f28ac6139e2d54b3fb558894eff124f7;p=platform%2Fcore%2Fsystem%2Fdeviced.git display: Replace headed/headless device-notifier.h with libsyscommon Change-Id: I8c712cc698767267742a0d19ef017e5eacd06c12 Signed-off-by: Youngjae Cho --- diff --git a/plugins/iot-headed/display/core.c b/plugins/iot-headed/display/core.c index 0a1ac781..b79a1714 100644 --- a/plugins/iot-headed/display/core.c +++ b/plugins/iot-headed/display/core.c @@ -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" diff --git a/plugins/iot-headed/display/device-interface.c b/plugins/iot-headed/display/device-interface.c index d9ddda4c..64937978 100644 --- a/plugins/iot-headed/display/device-interface.c +++ b/plugins/iot-headed/display/device-interface.c @@ -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" diff --git a/plugins/iot-headed/display/key-filter.c b/plugins/iot-headed/display/key-filter.c index 32a6bcbd..345e355f 100644 --- a/plugins/iot-headed/display/key-filter.c +++ b/plugins/iot-headed/display/key-filter.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include @@ -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" diff --git a/plugins/iot-headless/input/input-config.h b/plugins/iot-headless/input/input-config.h index 2afb19d3..5dd4d35a 100644 --- a/plugins/iot-headless/input/input-config.h +++ b/plugins/iot-headless/input/input-config.h @@ -20,6 +20,7 @@ #define __INPUT_CONFIG_H__ #include +#include enum trigger_type { TRIGGER_TYPE_LEVEL, /* trigger event if a key is pressed for a duration */