From c9ba2ce49808a19a4ef982280a46256797b830ae Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 30 Mar 2017 19:02:06 +0200 Subject: Start to implement the bindings V2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More work has to be done for merging common code. Change-Id: I72b01901f978854843967c12bfcb3cc59cc10310 Signed-off-by: José Bollo --- include/afb/afb-service-itf.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/afb/afb-service-itf.h') diff --git a/include/afb/afb-service-itf.h b/include/afb/afb-service-itf.h index 321fa5ac..e2e61dc8 100644 --- a/include/afb/afb-service-itf.h +++ b/include/afb/afb-service-itf.h @@ -43,8 +43,6 @@ struct afb_service void *closure; }; -#include "afb-service-itf-v1.h" - /** * Calls the 'verb' of the 'api' with the arguments 'args' and 'verb' in the name of the binding. * The result of the call is delivered to the 'callback' function with the 'callback_closure'. -- cgit 1.2.3-korg