diff options
Diffstat (limited to 'plugins/samples/HelloWorld.c')
-rw-r--r-- | plugins/samples/HelloWorld.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <json.h> #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) |