summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-01 04:48:44 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-19 07:04:19 +0900
commit0f46548deb5d409a516c83c40f75e5c0edff1e3e (patch)
tree369fedc2f17f42af74dc258a9839e90d3b600af3 /src/login/logind-seat.c
parent100fd93f550d0531d2060d9968e4a2cff8a04501 (diff)
downloadsystemd-0f46548deb5d409a516c83c40f75e5c0edff1e3e.tar.gz
login: move src/login/logind-acl.[ch] -> src/shared/devnode-acl.[ch]
The files are used by logind and udevd. And the functions in the files are not specific to logind, and quite general enough to move to libshared.
Diffstat (limited to 'src/login/logind-seat.c')
-rw-r--r--src/login/logind-seat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/logind-seat.c b/src/login/logind-seat.c
index 10cc7d960b..b70afea62e 100644
--- a/src/login/logind-seat.c
+++ b/src/login/logind-seat.c
@@ -8,11 +8,11 @@
#include "sd-messages.h"
#include "alloc-util.h"
+#include "devnode-acl.h"
#include "errno-util.h"
#include "fd-util.h"
#include "fileio.h"
#include "format-util.h"
-#include "logind-acl.h"
#include "logind-seat-dbus.h"
#include "logind-seat.h"
#include "logind-session-dbus.h"