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/libhomescreen.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/libhomescreen.hpp') diff --git a/include/libhomescreen.hpp b/include/libhomescreen.hpp index 0d3815d..4a92059 100644 --- a/include/libhomescreen.hpp +++ b/include/libhomescreen.hpp @@ -24,7 +24,6 @@ #include extern "C" { -#include #include #include } -- cgit 1.2.3-korg