diff options
author | José Bollo <jose.bollo@iot.bzh> | 2018-05-15 17:36:20 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2018-05-15 17:36:20 +0200 |
commit | c833b771727b58148fb1061ddf3da83c0bc3a8dc (patch) | |
tree | 826adcbf30bd2c9947b448e93755e8ebd827e6d6 /binding-bluetooth/bluetooth-api.c | |
parent | e6e12e15f86620aaf4ddb97dceaf15fe91f1e357 (diff) |
Remove reference to <afb/afb-service-itf.h>flounder_5.99.2flounder_5.99.1flounder/5.99.2flounder/5.99.15.99.25.99.1
Change-Id: Iddf7d0ae298b2e94c35199b1444d344dc0703a5a
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'binding-bluetooth/bluetooth-api.c')
-rw-r--r-- | binding-bluetooth/bluetooth-api.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binding-bluetooth/bluetooth-api.c b/binding-bluetooth/bluetooth-api.c index 88b5832..10ca41a 100644 --- a/binding-bluetooth/bluetooth-api.c +++ b/binding-bluetooth/bluetooth-api.c @@ -23,7 +23,6 @@ #define AFB_BINDING_VERSION 2 #include <afb/afb-binding.h> -#include <afb/afb-service-itf.h> #include "bluetooth-manager.h" #include "bluetooth-agent.h" |