aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-ws-json1.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-14 10:15:40 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2019-03-22 12:18:29 +0100
commit7b9fa0ade3a8847c779f46fe50c97eed86917abc (patch)
treed8fc6bfc67360c2e434896da5d3774758801d82b /src/afb-ws-json1.c
parentfc5a7fe1dd3c8a23860d53f50e4e54d139ae4746 (diff)
Rename afb-systemd to systemd
Files "afb-systemd.[ch]" are renamed "systemd.[ch]" and their functions "afb_systemd_*" are renamed "systemd_*" Change-Id: I8362a2ca8b71945b54c6ab9a7ead51d9c50bc8e2 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-ws-json1.c')
-rw-r--r--src/afb-ws-json1.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/afb-ws-json1.c b/src/afb-ws-json1.c
index 3bd1472b..197d0c86 100644
--- a/src/afb-ws-json1.c
+++ b/src/afb-ws-json1.c
@@ -27,7 +27,6 @@
#include "afb-wsj1.h"
#include "afb-ws-json1.h"
-#include "afb-systemd.h"
#include "afb-msg-json.h"
#include "afb-session.h"
#include "afb-cred.h"
@@ -35,6 +34,8 @@
#include "afb-xreq.h"
#include "afb-context.h"
#include "afb-evt.h"
+
+#include "systemd.h"
#include "verbose.h"
#include "fdev.h"