From: Yunhee Seo Date: Tue, 9 Apr 2024 11:10:18 +0000 (+0900) Subject: Change header file inclusion path X-Git-Tag: accepted/tizen/unified/20240614.085013~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14fe8475e44c94909703c32096284de2fcf8ecaf;p=platform%2Fhal%2Fbackend%2Femulator%2Fdevice-emulator.git Change header file inclusion path As the header files installation path below hal-api-device module is changed, the inclusion path is also changed. Change-Id: I45a43b3863e9a53d58cc62fc4c4588ec8da6ec1d Signed-off-by: Yunhee Seo --- diff --git a/hw/battery/battery.c b/hw/battery/battery.c index 2081ce1..820de09 100644 --- a/hw/battery/battery.c +++ b/hw/battery/battery.c @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include diff --git a/hw/display/display.c b/hw/display/display.c index a85390c..b4f42d9 100644 --- a/hw/display/display.c +++ b/hw/display/display.c @@ -23,7 +23,7 @@ #include #include -#include +#include #include #include diff --git a/hw/external_connection/external_connection.c b/hw/external_connection/external_connection.c index f9d3592..4c205df 100644 --- a/hw/external_connection/external_connection.c +++ b/hw/external_connection/external_connection.c @@ -25,7 +25,7 @@ #include #include -#include +#include #include #include diff --git a/hw/haptic/emulator.c b/hw/haptic/emulator.c index 6e79276..3291489 100644 --- a/hw/haptic/emulator.c +++ b/hw/haptic/emulator.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include diff --git a/hw/memory/memory.c b/hw/memory/memory.c index 5cf1b63..c0c4b6d 100644 --- a/hw/memory/memory.c +++ b/hw/memory/memory.c @@ -18,7 +18,7 @@ #include #include -#include +#include #include #include