summaryrefslogtreecommitdiff
path: root/src/grp-machine/systemd-machined
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-01 16:33:32 -0400
commit272b48187cee0b42b6e936ad2c045f13b391f3ad (patch)
tree383049270ccbac5040e4404bbe71ac49d0c423db /src/grp-machine/systemd-machined
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/grp-machine/systemd-machined')
-rw-r--r--src/grp-machine/systemd-machined/machined.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-machine/systemd-machined/machined.c b/src/grp-machine/systemd-machined/machined.c
index ae83e116bb..54fc3d812b 100644
--- a/src/grp-machine/systemd-machined/machined.c
+++ b/src/grp-machine/systemd-machined/machined.c
@@ -24,17 +24,17 @@
#include <systemd/sd-daemon.h>
#include "basic/alloc-util.h"
-#include "bus-error.h"
-#include "shared/bus-util.h"
#include "basic/cgroup-util.h"
#include "basic/dirent-util.h"
#include "basic/fd-util.h"
#include "basic/formats-util.h"
#include "basic/hostname-util.h"
#include "basic/label.h"
-#include "shared/machine-image.h"
-#include "machined.h"
#include "basic/signal-util.h"
+#include "machined.h"
+#include "sd-bus/bus-error.h"
+#include "shared/bus-util.h"
+#include "shared/machine-image.h"
Manager *manager_new(void) {
Manager *m;