diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-01 20:30:57 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-02-02 02:31:50 +0100 |
commit | bc06be753346784e19151814b5b9c01c624317f2 (patch) | |
tree | 233cc31ce5b3fc827c08a2c01fb87ea9868005dc /src/cgls | |
parent | cgtop: use common function to query cgroup root (diff) | |
download | systemd-bc06be753346784e19151814b5b9c01c624317f2.tar.xz systemd-bc06be753346784e19151814b5b9c01c624317f2.zip |
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.c | 1 |
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" |