summaryrefslogtreecommitdiffstats
path: root/ctl-binding.h
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-08-22 11:15:42 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-12-13 14:58:22 +0100
commit2aea7b449c6cb58ef8c02146e47ebec418f8074d (patch)
treeec9869ba96328701ac8dd8291dd42687f9e5a453 /ctl-binding.h
parent4e5ece0f4f95882e91f8974cd9b129e1630e862b (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.h5
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"