]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/partition/growfs.c
tree-wide: drop stat.h or statfs.h when stat-util.h is included
[thirdparty/systemd.git] / src / partition / growfs.c
index 9e7178ac45897ed95da7aea93d3f56694d1c2b82..1dbc9a46d617f147e3dfd240cb3bcb211568fed1 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/magic.h>
 #include <sys/ioctl.h>
 #include <sys/mount.h>
-#include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/vfs.h>
 
@@ -19,7 +18,7 @@
 #include "fd-util.h"
 #include "format-util.h"
 #include "log.h"
-#include "missing.h"
+#include "missing_fs.h"
 #include "mountpoint-util.h"
 #include "parse-util.h"
 #include "path-util.h"