aboutsummaryrefslogtreecommitdiffstats
path: root/include/libhomescreen.hpp
diff options
context:
space:
mode:
authorYuta Doi <yuta-d@witz-inc.co.jp>2017-10-27 22:35:51 +0900
committerYuta Doi <yuta-d@witz-inc.co.jp>2017-10-31 01:06:36 +0000
commit390902a6b002c6af183c939749fdebfcc4b3e839 (patch)
tree93b67a37b68ccf847e51fbed475eb89a2cd98245 /include/libhomescreen.hpp
parent8626aab4dee6bb6f9554146d41bb6610669cbae5 (diff)
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 <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'include/libhomescreen.hpp')
-rw-r--r--include/libhomescreen.hpp1
1 files changed, 0 insertions, 1 deletions
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 <systemd/sd-event.h>
extern "C"
{
-#include <afb/afb-binding.h>
#include <afb/afb-wsj1.h>
#include <afb/afb-ws-client.h>
}