summaryrefslogtreecommitdiff
path: root/src/systemd-cgtop/cgtop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemd-cgtop/cgtop.c')
-rw-r--r--src/systemd-cgtop/cgtop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/systemd-cgtop/cgtop.c b/src/systemd-cgtop/cgtop.c
index 78e9950a5b..91cab3f6b1 100644
--- a/src/systemd-cgtop/cgtop.c
+++ b/src/systemd-cgtop/cgtop.c
@@ -29,8 +29,6 @@
#include <systemd/sd-bus.h>
#include "basic/alloc-util.h"
-#include "sd-bus/bus-error.h"
-#include "shared/bus-util.h"
#include "basic/cgroup-util.h"
#include "basic/fd-util.h"
#include "basic/fileio.h"
@@ -42,6 +40,8 @@
#include "basic/terminal-util.h"
#include "basic/unit-name.h"
#include "basic/util.h"
+#include "sd-bus/bus-error.h"
+#include "shared/bus-util.h"
typedef struct Group {
char *path;