]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/mount-setup.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / core / mount-setup.c
index b2596d1cd199e55aab1167565b4e38863e1e6d29..2b8d590ed1f94dbffbbc65df1e25f7e2b9f2c313 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <sys/mount.h>
 #include <errno.h>
+#include <ftw.h>
 #include <stdlib.h>
+#include <sys/mount.h>
 #include <unistd.h>
-#include <ftw.h>
 
 #include "alloc-util.h"
 #include "bus-util.h"