wrap-json: Sync with app-afb-helpers-submodule
[src/app-framework-binder.git] / src / afb-apiset.c
index 38edcd5..a373c20 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 "IoT.bzh"
+ * Copyright (C) 2016, 2017, 2018 "IoT.bzh"
  * Author "Fulup Ar Foll"
  * Author José Bollo <jose.bollo@iot.bzh>
  *
@@ -29,7 +29,6 @@
 #include "afb-apiset.h"
 #include "afb-context.h"
 #include "afb-xreq.h"
-#include "jobs.h"
 
 #define INCR 8         /* CAUTION: must be a power of 2 */
 
@@ -418,7 +417,7 @@ int afb_apiset_start_all_services(struct afb_apiset *set, int share_session)
                        return rc;
                i++;
        }
-       
+
        return set->subset ? afb_apiset_start_all_services(set->subset, share_session) : 0;
 }