summaryrefslogtreecommitdiff
path: root/src/mount
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-03-13 12:14:47 +0100
committerLennart Poettering <lennart@poettering.net>2019-03-13 12:16:43 +0100
commit760877e90cfdf1efd12e12ad29ce47d0ed1503dc (patch)
tree1cfb3ff933c36333079168b4aeb3275416ee1e3d /src/mount
parent0a9707187b7d7b02751b068336fa27757797d44c (diff)
downloadsystemd-760877e90cfdf1efd12e12ad29ce47d0ed1503dc.tar.gz
util: split out sorting related calls to new sort-util.[ch]
Diffstat (limited to 'src/mount')
-rw-r--r--src/mount/mount-tool.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mount/mount-tool.c b/src/mount/mount-tool.c
index bbbc91c38e..1fc8c954d9 100644
--- a/src/mount/mount-tool.c
+++ b/src/mount/mount-tool.c
@@ -22,13 +22,14 @@
#include "parse-util.h"
#include "path-util.h"
#include "pretty-print.h"
+#include "sort-util.h"
#include "spawn-polkit-agent.h"
#include "stat-util.h"
#include "strv.h"
+#include "terminal-util.h"
#include "unit-def.h"
#include "unit-name.h"
#include "user-util.h"
-#include "terminal-util.h"
enum {
ACTION_DEFAULT,