From a61f4d1939aa6cbd6abd4808a4f6984af7a011c9 Mon Sep 17 00:00:00 2001 From: "Tran Ba Khang(MS/EMC31-XC)" Date: Mon, 9 Jan 2023 10:09:22 +0700 Subject: ivi-id-agent: Revert the weston header link The WESTON_INCLUDE_DIRS contains a link to ${install_dir}/include/weston. So, header files should not include the weston directory in the path. Signed-off-by: Tran Ba Khang(MS/EMC31-XC) --- ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c b/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c index 0ec5943..87df2a3 100644 --- a/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c +++ b/ivi-id-agent-modules/ivi-id-agent/src/ivi-id-agent.c @@ -28,7 +28,7 @@ #include #include #include -#include +#include #ifndef INVALID_ID #define INVALID_ID 0xFFFFFFFF -- cgit v1.2.1