summaryrefslogtreecommitdiffstats
path: root/src/afb-ws-json1.c
diff options
context:
space:
mode:
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"