aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-xreq.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-05-05 12:59:09 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-05-05 12:59:09 +0200
commitd5296ff2254d084f290e112bc1bee1a3b0453eab (patch)
tree9282192389be91db26b10638d38ab2d135a2a008 /src/afb-xreq.h
parent0609e7481a2c2ab475ebd3cba60ce88eb53ddd20 (diff)
Improve includes
Change-Id: I87278ce38270782e74bd29a7920fe6a6e63eea0d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-xreq.h')
-rw-r--r--src/afb-xreq.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/afb-xreq.h b/src/afb-xreq.h
index 498aed5c..fc3e2253 100644
--- a/src/afb-xreq.h
+++ b/src/afb-xreq.h
@@ -17,17 +17,16 @@
#pragma once
-
-#define AFB_BINDING_PRAGMA_NO_VERBOSE_MACRO
-#include <afb/afb-binding.h>
#include "afb-context.h"
-#include "afb-evt.h"
struct json_object;
struct afb_evt_listener;
struct afb_xreq;
struct afb_cred;
struct afb_apiset;
+struct afb_event;
+struct afb_verb_desc_v1;
+struct afb_verb_v2;
struct afb_xreq_query_itf {
struct json_object *(*json)(struct afb_xreq *xreq);