summaryrefslogtreecommitdiff
path: root/src/mount
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-06-28 15:59:37 +0200
committerLennart Poettering <lennart@poettering.net>2020-06-30 15:09:19 +0200
commit9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8 (patch)
treed7af332fd87ca635aeddc552236ab623341d7c96 /src/mount
parentc664cf56071a256121015eda330d471ff166682f (diff)
downloadsystemd-9b71e4ab90b4e1cb048f4cd13e0fde6f999cf6e8.tar.gz
shared: actually move all BusLocator related calls to bus-locator.c
Diffstat (limited to 'src/mount')
-rw-r--r--src/mount/mount-tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c
index ea86a6e06a..13f8a37ddf 100644
--- a/src/mount/mount-tool.c
+++ b/src/mount/mount-tool.c
@@ -6,8 +6,8 @@
#include "sd-device.h"
#include "bus-error.h"
+#include "bus-locator.h"
#include "bus-unit-util.h"
-#include "bus-util.h"
#include "bus-wait-for-jobs.h"
#include "device-util.h"
#include "dirent-util.h"