From 7f4444176bd6efaa5e189a148351bab5a72c2853 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 22 Sep 2017 16:31:15 +0200 Subject: Cleanup of header files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icf6cffdf303e125feec2661f5ce736a398c07932 Signed-off-by: José Bollo --- include/afb/afb-service-v2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/afb/afb-service-v2.h') diff --git a/include/afb/afb-service-v2.h b/include/afb/afb-service-v2.h index 08974c9d..75a262be 100644 --- a/include/afb/afb-service-v2.h +++ b/include/afb/afb-service-v2.h @@ -17,7 +17,7 @@ #pragma once -#include "afb-service-common.h" +#include "afb-service-itf.h" /** * Calls the 'verb' of the 'api' with the arguments 'args' and 'verb' in the name of the binding. -- cgit 1.2.3-korg