aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-monitor.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-19 10:14:04 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:28 +0200
commit33e615ea0cc26131532f4615ef4a2034488fa48e (patch)
tree73f0e661862ffc41cf50e7cd62af872398b30e40 /src/afb-monitor.c
parent8be63ed03413ee79bb3aa3900950f695eb511960 (diff)
afb-export: refactor of binder interface
The interfaces of the binder called afb_ditf and afb_svc are merged together to create the afb_export structure. Change-Id: I841ba04d7b2f94bfc19f691ec746d0bd221f164d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-monitor.c')
-rw-r--r--src/afb-monitor.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/afb-monitor.c b/src/afb-monitor.c
index 168b13de..4b1c0384 100644
--- a/src/afb-monitor.c
+++ b/src/afb-monitor.c
@@ -26,7 +26,6 @@
#include "afb-api.h"
#include "afb-apiset.h"
#include "afb-api-so-v2.h"
-#include "afb-ditf.h"
#include "afb-evt.h"
#include "afb-xreq.h"
#include "afb-trace.h"