summaryrefslogtreecommitdiff
path: root/src/cgtop
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/cgtop
parent0a9707187b7d7b02751b068336fa27757797d44c (diff)
downloadsystemd-760877e90cfdf1efd12e12ad29ce47d0ed1503dc.tar.gz
util: split out sorting related calls to new sort-util.[ch]
Diffstat (limited to 'src/cgtop')
-rw-r--r--src/cgtop/cgtop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cgtop/cgtop.c b/src/cgtop/cgtop.c
index ab3b979eaf..eb9ccd0cb0 100644
--- a/src/cgtop/cgtop.c
+++ b/src/cgtop/cgtop.c
@@ -25,11 +25,11 @@
#include "pretty-print.h"
#include "process-util.h"
#include "procfs-util.h"
+#include "sort-util.h"
#include "stdio-util.h"
#include "strv.h"
#include "terminal-util.h"
#include "unit-name.h"
-#include "util.h"
#include "virt.h"
typedef struct Group {