summaryrefslogtreecommitdiff
path: root/src/grp-system/grp-utils/systemd-sysv-generator/sysv-generator.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/grp-utils/systemd-sysv-generator/sysv-generator.c')
-rw-r--r--src/grp-system/grp-utils/systemd-sysv-generator/sysv-generator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-system/grp-utils/systemd-sysv-generator/sysv-generator.c b/src/grp-system/grp-utils/systemd-sysv-generator/sysv-generator.c
index 183f93e9e7..0fb1f0b8a3 100644
--- a/src/grp-system/grp-utils/systemd-sysv-generator/sysv-generator.c
+++ b/src/grp-system/grp-utils/systemd-sysv-generator/sysv-generator.c
@@ -29,10 +29,8 @@
#include "basic/fileio.h"
#include "basic/hashmap.h"
#include "basic/hexdecoct.h"
-#include "shared/install.h"
#include "basic/log.h"
#include "basic/mkdir.h"
-#include "shared/path-lookup.h"
#include "basic/path-util.h"
#include "basic/set.h"
#include "basic/special.h"
@@ -41,6 +39,8 @@
#include "basic/strv.h"
#include "basic/unit-name.h"
#include "basic/util.h"
+#include "shared/install.h"
+#include "shared/path-lookup.h"
typedef enum RunlevelType {
RUNLEVEL_UP,