aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-ws-json1.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-09-21 13:11:02 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-10-09 14:08:32 +0200
commitc12c74c208a30c5b18716b8faa464f0b4f643255 (patch)
treecdc3d6d44a7105aa43173601acbfbec7ed53e5fd /src/afb-ws-json1.c
parent271bb6fc606fc5068a7b7a8f22b0052aca2fb900 (diff)
Introduce afb_eventid
This new name is better suited because it is not an event but the id of an event. This also prepares the new api with pointers. Change-Id: I7be88bb36cf72bf7df70793a77452e405130b951 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-ws-json1.c')
-rw-r--r--src/afb-ws-json1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/afb-ws-json1.c b/src/afb-ws-json1.c
index 7c05cf70..774349ac 100644
--- a/src/afb-ws-json1.c
+++ b/src/afb-ws-json1.c
@@ -25,8 +25,6 @@
#include <json-c/json.h>
-#include <afb/afb-event-itf.h>
-
#include "afb-wsj1.h"
#include "afb-ws-json1.h"
#include "afb-common.h"