From 390902a6b002c6af183c939749fdebfcc4b3e839 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Fri, 27 Oct 2017 22:35:51 +0900 Subject: Remove afb-binding.h inclusion In libhomescreen, afb-binding.h inclusion occurres a lots of compile error. Only use afb/afb-wsj1.h and afb/afb-ws-client.h. Change-Id: I8f606206cf0f833c765c85eb8e91aab008dac116 Signed-off-by: Yuta Doi --- include/hmi-debug.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/hmi-debug.h') diff --git a/include/hmi-debug.h b/include/hmi-debug.h index 3240171..28aeddf 100644 --- a/include/hmi-debug.h +++ b/include/hmi-debug.h @@ -20,7 +20,6 @@ #include #include #include -#include enum LOG_LEVEL{ LOG_LEVEL_NONE = 0, @@ -66,4 +65,4 @@ static void _HMI_LOG(enum LOG_LEVEL level, const char* file, const char* func, c free(message); } -#endif //__HMI_DEBUG_H__ \ No newline at end of file +#endif //__HMI_DEBUG_H__ -- cgit 1.2.3-korg