aboutsummaryrefslogtreecommitdiffstats
path: root/include/afb/afb-binding-v1.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-22 16:31:15 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:33 +0200
commit7f4444176bd6efaa5e189a148351bab5a72c2853 (patch)
treebb79f06922137b6609fbff5300de16a484a3ff3b /include/afb/afb-binding-v1.h
parent7a7268a5697b0b988bcabc00390878edee941b4e (diff)
Cleanup of header files
Change-Id: Icf6cffdf303e125feec2661f5ce736a398c07932 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include/afb/afb-binding-v1.h')
-rw-r--r--include/afb/afb-binding-v1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/afb/afb-binding-v1.h b/include/afb/afb-binding-v1.h
index bafb8761..79254cd8 100644
--- a/include/afb/afb-binding-v1.h
+++ b/include/afb/afb-binding-v1.h
@@ -21,8 +21,8 @@ struct json_object;
#include "afb-req.h"
#include "afb-event.h"
-#include "afb-service-common.h"
-#include "afb-daemon-common.h"
+#include "afb-service-itf.h"
+#include "afb-daemon-itf.h"
#include "afb-req-v1.h"
#include "afb-session-v1.h"