X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-xreq.h;h=fc3e2253f98b3ecff6a19f127a3f4c3bf69063bf;hb=d5296ff2254d084f290e112bc1bee1a3b0453eab;hp=498aed5caaf8471df39ce0fcdd334f75fe57bda0;hpb=0609e7481a2c2ab475ebd3cba60ce88eb53ddd20;p=src%2Fapp-framework-binder.git 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 #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);