Remove afb-binding.h inclusion 89/11589/3
authorYuta Doi <yuta-d@witz-inc.co.jp>
Fri, 27 Oct 2017 13:35:51 +0000 (22:35 +0900)
committerYuta Doi <yuta-d@witz-inc.co.jp>
Tue, 31 Oct 2017 01:06:36 +0000 (01:06 +0000)
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 <yuta-d@witz-inc.co.jp>
include/hmi-debug.h
include/libhomescreen.hpp
sample/simple-egl/include/hmi-debug.h

index 3240171..28aeddf 100644 (file)
@@ -20,7 +20,6 @@
 #include <time.h>
 #include <stdio.h>
 #include <string.h>
-#include <afb/afb-binding.h>
 
 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__
index 0d3815d..4a92059 100644 (file)
@@ -24,7 +24,6 @@
 #include <systemd/sd-event.h>
 extern "C"
 {
-#include <afb/afb-binding.h>
 #include <afb/afb-wsj1.h>
 #include <afb/afb-ws-client.h>
 }
index 3240171..28aeddf 100644 (file)
@@ -20,7 +20,6 @@
 #include <time.h>
 #include <stdio.h>
 #include <string.h>
-#include <afb/afb-binding.h>
 
 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__