From 469e619ac45402471ea7d8c792ffc06e79346ef2 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Mon, 18 Apr 2016 17:08:26 +0200 Subject: prepares event propagation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib824c6dea1837cc1cbb70a2c82363c9b0a0517d4 Signed-off-by: José Bollo --- plugins/samples/ClientCtx.c | 1 - plugins/samples/HelloWorld.c | 1 - plugins/samples/SamplePost.c | 1 - 3 files changed, 3 deletions(-) (limited to 'plugins/samples') diff --git a/plugins/samples/ClientCtx.c b/plugins/samples/ClientCtx.c index 2d5ebfe1..24cb4f30 100644 --- a/plugins/samples/ClientCtx.c +++ b/plugins/samples/ClientCtx.c @@ -20,7 +20,6 @@ #include #include "afb-plugin.h" -#include "afb-req-itf.h" typedef struct { /* diff --git a/plugins/samples/HelloWorld.c b/plugins/samples/HelloWorld.c index d02fd117..bf809cc3 100644 --- a/plugins/samples/HelloWorld.c +++ b/plugins/samples/HelloWorld.c @@ -20,7 +20,6 @@ #include #include "afb-plugin.h" -#include "afb-req-itf.h" // Sample Generic Ping Debug API static void ping(struct afb_req request, json_object *jresp, const char *tag) diff --git a/plugins/samples/SamplePost.c b/plugins/samples/SamplePost.c index 6def3b9c..f484d131 100644 --- a/plugins/samples/SamplePost.c +++ b/plugins/samples/SamplePost.c @@ -21,7 +21,6 @@ #include #include "afb-plugin.h" -#include "afb-req-itf.h" // Sample Generic Ping Debug API -- cgit 1.2.3-korg