diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 11:15:42 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:58:22 +0100 |
commit | 2aea7b449c6cb58ef8c02146e47ebec418f8074d (patch) | |
tree | ec9869ba96328701ac8dd8291dd42687f9e5a453 /ctl-binding.h | |
parent | 4e5ece0f4f95882e91f8974cd9b129e1630e862b (diff) |
Controller binding extraction from Audio-bindings
Change-Id: I494bf5163c218a6d499b8321797f5de693c284c2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'ctl-binding.h')
-rw-r--r-- | ctl-binding.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ctl-binding.h b/ctl-binding.h index a1c7ef2..0d16e56 100644 --- a/ctl-binding.h +++ b/ctl-binding.h @@ -22,10 +22,9 @@ #define AFB_BINDING_VERSION 2 #include <afb/afb-binding.h> #include <json-c/json.h> -#include <filescan-utils.h> -#include <wrap-json.h> #include <systemd/sd-event.h> - +#include "filescan-utils.h" +#include "wrap-json.h" #ifdef CONTROL_SUPPORT_LUA #include "lua.h" |