From: Yunhee Seo Date: Tue, 9 Apr 2024 12:50:41 +0000 (+0900) Subject: Change hal-api-device module header file inclusion path X-Git-Tag: accepted/tizen/unified/20240614.084913~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdc5661e73274fda83fb2c4feef8353ba9d2716f;p=platform%2Fcore%2Fapi%2Fdevice.git Change hal-api-device module 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: I317f779d67264288ed49272398e7979a45c222f9 Signed-off-by: Yunhee Seo --- diff --git a/src/battery.c b/src/battery.c index a80693b..4b837a3 100644 --- a/src/battery.c +++ b/src/battery.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/board-internal.c b/src/board-internal.c index cda6c07..86495ab 100644 --- a/src/board-internal.c +++ b/src/board-internal.c @@ -14,7 +14,7 @@ * limitations under the License. */ -#include +#include //LCOV_EXCL_START Internal function int device_board_get_serial_number(char *buffer, const int max_len) diff --git a/src/power-internal.c b/src/power-internal.c index 74d2b1e..5632d25 100644 --- a/src/power-internal.c +++ b/src/power-internal.c @@ -6,7 +6,7 @@ #include #include -#include +#include #include "power-internal.h" #include "common.h" diff --git a/src/temperature.c b/src/temperature.c index 8931461..3fe70ee 100644 --- a/src/temperature.c +++ b/src/temperature.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include #include "common.h" #include "temperature.h"