summaryrefslogtreecommitdiff
path: root/src/grp-system/grp-utils/systemd-sysv-generator
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-system/grp-utils/systemd-sysv-generator
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/grp-system/grp-utils/systemd-sysv-generator')
-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,