summaryrefslogtreecommitdiff
path: root/src/cgls
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-01 14:30:57 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-02-01 20:31:50 -0500
commitbc06be753346784e19151814b5b9c01c624317f2 (patch)
tree233cc31ce5b3fc827c08a2c01fb87ea9868005dc /src/cgls
parentd3e8277d5004163c725a895778c3a9dce9ca091e (diff)
downloadsystemd-bc06be753346784e19151814b5b9c01c624317f2.tar.gz
shared/cgroup-show: extract funtion to query unit cgroup path
…and use it where possible.
Diffstat (limited to 'src/cgls')
-rw-r--r--src/cgls/cgls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgls/cgls.c b/src/cgls/cgls.c
index 1d21c1c20c..b8af4680f9 100644
--- a/src/cgls/cgls.c
+++ b/src/cgls/cgls.c
@@ -26,7 +26,6 @@
#include "sd-bus.h"
#include "alloc-util.h"
-#include "bus-error.h"
#include "bus-util.h"
#include "cgroup-show.h"
#include "cgroup-util.h"