From 2ffd3ba8f66435f820d533150642407361dcb6ba Mon Sep 17 00:00:00 2001 From: Abhimanyu Date: Tue, 16 Nov 2021 16:11:23 +0530 Subject: [PATCH] Fix glib inclusion issue Change-Id: I44c6fb1b6ca29ce6f9c63f88c6f0b832d74f72e4 Signed-off-by: Abhimanyu --- heremaps-uc-launcher/src/heremaps-uc-launcher.h | 3 ++- heremaps-uc/src/heremaps-uc-common.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/heremaps-uc-launcher/src/heremaps-uc-launcher.h b/heremaps-uc-launcher/src/heremaps-uc-launcher.h index bebbe66..245f445 100644 --- a/heremaps-uc-launcher/src/heremaps-uc-launcher.h +++ b/heremaps-uc-launcher/src/heremaps-uc-launcher.h @@ -22,13 +22,14 @@ #ifndef UC_LAUNCHER_COMMON_H_ #define UC_LAUNCHER_COMMON_H_ +#include + #ifdef __cplusplus extern "C" { #endif #include #include -#include #ifndef Eina_Bool #include #endif diff --git a/heremaps-uc/src/heremaps-uc-common.h b/heremaps-uc/src/heremaps-uc-common.h index 68bc0ba..e0dbebd 100644 --- a/heremaps-uc/src/heremaps-uc-common.h +++ b/heremaps-uc/src/heremaps-uc-common.h @@ -24,13 +24,14 @@ #ifndef HEREMAPS_UC_COMMON_H_ #define HEREMAPS_UC_COMMON_H_ +#include + #ifdef __cplusplus extern "C" { #endif #include #include -#include #include #include #ifndef Eina_Bool -- 2.34.1