summaryrefslogtreecommitdiffstats
path: root/src/afb-hsrv.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-02-14 10:15:40 +0100
committerJose Bollo <jose.bollo@iot.bzh>2019-03-27 10:48:40 +0100
commitd7e4faba5d1744160d538edd74bc4bdd8a173b1a (patch)
tree270ad9bbba87dda837c8d6bd6156736c97dad12d /src/afb-hsrv.c
parent418ba126a955ee38804152c6c905ff200bbc1a92 (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-hsrv.c')
-rw-r--r--src/afb-hsrv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c
index ba1dac12..ed0adeeb 100644
--- a/src/afb-hsrv.c
+++ b/src/afb-hsrv.c
@@ -42,11 +42,11 @@
#include "afb-hsrv.h"
#include "afb-fdev.h"
#include "afb-socket.h"
+
#include "fdev.h"
#include "verbose.h"
#include "locale-root.h"
-
-#include "afb-systemd.h"
+#include "systemd.h"
#include "jobs.h"
#define JSON_CONTENT "application/json"