Start to implement the bindings V2
[src/app-framework-binder.git] / include / afb / afb-service-itf.h
index 321fa5a..e2e61dc 100644 (file)
@@ -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'.