aboutsummaryrefslogtreecommitdiffstats
path: root/ctl-lib/ctl-lua.h
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2018-09-04 10:42:22 +0200
committerClément Bénier <clement.benier@iot.bzh>2018-09-04 10:42:22 +0200
commit913edaca1c69a742d0c811f45c3545ac464e1786 (patch)
treed24a7b1a882e9c2113676ac7a3086093c3fc40be /ctl-lib/ctl-lua.h
parentc33c8c220fae362a86d747bb5d91d02a9116d2c5 (diff)
remove ctl-timer: add it in helperssandbox/benierc/sharedlibrary
remove ctl-timer, it is moved by afb-timer in helpers thus, moved afb-definitions in helpers too Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'ctl-lib/ctl-lua.h')
-rw-r--r--ctl-lib/ctl-lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctl-lib/ctl-lua.h b/ctl-lib/ctl-lua.h
index a02c6e1..3093cbb 100644
--- a/ctl-lib/ctl-lua.h
+++ b/ctl-lib/ctl-lua.h
@@ -41,7 +41,7 @@ extern "C" {
#include "lualib.h"
#endif
-#include "ctl-timer.h"
+#include <afb-timer.h>
int LuaLibInit ();