diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-09 13:01:03 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-09 13:01:03 +0200 |
commit | ddfff99da984353133ec61a476ccaba3992b8654 (patch) | |
tree | 74b0578db11a2f0fd0a47a90d7a54fa165fbe26c | |
parent | 714eb879caedcc32674b26fdc7583a6fcfeb4f85 (diff) |
Revert "rename afb-service-itf.h to afb-service-v2.h"
This reverts commit 8e11d17565ec6f38e8c5571c48a3e4a317758223.
-rw-r--r-- | ucs2-afb/ucs_apihat.h | 2 | ||||
-rw-r--r-- | ucs2-afb/ucs_binding.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ucs2-afb/ucs_apihat.h b/ucs2-afb/ucs_apihat.h index c0f8042..8926344 100644 --- a/ucs2-afb/ucs_apihat.h +++ b/ucs2-afb/ucs_apihat.h @@ -25,7 +25,7 @@ #include <json-c/json.h> #include <afb/afb-binding.h> -#include <afb/afb-service-v2.h> +#include <afb/afb-service-itf.h> #include "ucs_interface.h" diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h index 3d18260..5b74730 100644 --- a/ucs2-afb/ucs_binding.h +++ b/ucs2-afb/ucs_binding.h @@ -25,7 +25,7 @@ #include <json-c/json.h> #include <afb/afb-binding.h> -#include <afb/afb-service-v2.h> +#include <afb/afb-service-itf.h> #include "ucs_interface.h" |