summaryrefslogtreecommitdiff
path: root/src/login/logind.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-04-30 15:05:14 +0200
committerLennart Poettering <lennart@poettering.net>2019-05-24 15:05:27 +0200
commit6ecda0fbefa3a49990fbadc48892459b97bf3002 (patch)
tree81a2840a987ddf4cd31a75744be364800d57a579 /src/login/logind.c
parent5802d977c9477f0c15aee1d595f1ed947c2b9db8 (diff)
downloadsystemd-6ecda0fbefa3a49990fbadc48892459b97bf3002.tar.gz
systemd-6ecda0fbefa3a49990fbadc48892459b97bf3002.tar.bz2
systemd-6ecda0fbefa3a49990fbadc48892459b97bf3002.zip
logind: split out dbus header files into their own
Previously, logind's logind-session.h would define prototypes for logind-session.c and logind-session-dbus.c. Split that out, so that there's a separate logind-session-dbus.h for that. Similar for seats and users as well as the manager itself. This changes no code, just rearranges where protoypes are located.
Diffstat (limited to 'src/login/logind.c')
-rw-r--r--src/login/logind.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/login/logind.c b/src/login/logind.c
index 89807dc917..d60223db68 100644
--- a/src/login/logind.c
+++ b/src/login/logind.c
@@ -18,6 +18,10 @@
#include "fd-util.h"
#include "format-util.h"
#include "fs-util.h"
+#include "logind-dbus.h"
+#include "logind-seat-dbus.h"
+#include "logind-session-dbus.h"
+#include "logind-user-dbus.h"
#include "logind.h"
#include "main-func.h"
#include "parse-util.h"