diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-01-22 11:39:22 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-01-22 12:34:10 +0100 |
commit | 269e4d2d6b75329ae39a71ebe2c14500e03cda95 (patch) | |
tree | 860e8b524831cc44c3d2e283fbaba3fa5eb4fae4 /src/portable/portabled-bus.c | |
parent | Merge pull request #14628 from poettering/hwdb-asus-tp500la (diff) | |
download | systemd-269e4d2d6b75329ae39a71ebe2c14500e03cda95.tar.xz systemd-269e4d2d6b75329ae39a71ebe2c14500e03cda95.zip |
shared: split out polkit stuff from bus-util.c → bus-polkit.c
It's enough, complex stuff to warrant its own source file.
No other changes, just splitting out.
Diffstat (limited to 'src/portable/portabled-bus.c')
-rw-r--r-- | src/portable/portabled-bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/portabled-bus.c b/src/portable/portabled-bus.c index 89168c3c43..0fa05434ef 100644 --- a/src/portable/portabled-bus.c +++ b/src/portable/portabled-bus.c @@ -3,7 +3,7 @@ #include "alloc-util.h" #include "btrfs-util.h" #include "bus-common-errors.h" -#include "bus-util.h" +#include "bus-polkit.h" #include "fd-util.h" #include "io-util.h" #include "machine-image.h" |