diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-09-20 13:34:02 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-09 14:08:31 +0200 |
commit | 5659246230cef16abae4b1edda9791a1f25fc03d (patch) | |
tree | 9a8dab90f6247c3a6b647cc806563bf9d390f470 | |
parent | aab152c28e471cff7c35361a417e3d82850bbcc2 (diff) |
minor cleanup
Change-Id: I32d44b1150814d8f80d5db44a5730c87606c054b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/afb-api-so-v1.c | 1 | ||||
-rw-r--r-- | src/afb-api-so-v2.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/afb-api-so-v1.c b/src/afb-api-so-v1.c index dd2db5bf..ef73b343 100644 --- a/src/afb-api-so-v1.c +++ b/src/afb-api-so-v1.c @@ -30,7 +30,6 @@ #include "afb-api-so-v1.h" #include "afb-apiset.h" #include "afb-export.h" -//#include "afb-evt.h" #include "afb-common.h" #include "afb-context.h" #include "afb-api-so.h" diff --git a/src/afb-api-so-v2.c b/src/afb-api-so-v2.c index 68fd865c..dcefc769 100644 --- a/src/afb-api-so-v2.c +++ b/src/afb-api-so-v2.c @@ -34,7 +34,6 @@ #include "afb-context.h" #include "afb-api-so.h" #include "afb-xreq.h" -#include "jobs.h" #include "verbose.h" /* |