summaryrefslogtreecommitdiff
path: root/src/grp-system/systemd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/systemd/main.c')
-rw-r--r--src/grp-system/systemd/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/grp-system/systemd/main.c b/src/grp-system/systemd/main.c
index ec79485d6c..0600619f84 100644
--- a/src/grp-system/systemd/main.c
+++ b/src/grp-system/systemd/main.c
@@ -47,7 +47,6 @@
#include "core/loopback-setup.h"
#include "core/manager.h"
#include "core/mount-setup.h"
-#include "machine-id-setup.h"
#include "sd-bus/bus-error.h"
#include "sd-bus/bus-util.h"
#include "systemd-basic/alloc-util.h"
@@ -91,6 +90,8 @@
#include "systemd-shared/switch-root.h"
#include "systemd-shared/watchdog.h"
+#include "machine-id-setup.h"
+
static enum {
ACTION_RUN,
ACTION_HELP,