summaryrefslogtreecommitdiff
path: root/src/systemd-remount-fs
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/systemd-remount-fs
parent46277a7844c854210eaa0a3612fa297ec33ddb7b (diff)
find src \( -name '*.h' -o -name '*.c' \) -type f -exec ./fixup_includes {} \;
Diffstat (limited to 'src/systemd-remount-fs')
-rw-r--r--src/systemd-remount-fs/remount-fs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemd-remount-fs/remount-fs.c b/src/systemd-remount-fs/remount-fs.c
index 7d0d9f565a..116c370ef7 100644
--- a/src/systemd-remount-fs/remount-fs.c
+++ b/src/systemd-remount-fs/remount-fs.c
@@ -27,7 +27,6 @@
#include "basic/exit-status.h"
#include "basic/log.h"
-#include "mount-setup.h"
#include "basic/mount-util.h"
#include "basic/path-util.h"
#include "basic/process-util.h"
@@ -35,6 +34,8 @@
#include "basic/strv.h"
#include "basic/util.h"
+#include "mount-setup.h"
+
/* Goes through /etc/fstab and remounts all API file systems, applying
* options that are in /etc/fstab that systemd might not have
* respected */