]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - io/prealloc.c
xfsprogs: simplify internal includes
[thirdparty/xfsprogs-dev.git] / io / prealloc.c
index e458a9279aaebc0709520befe4bb80e4de95c1e2..b60d2dc580810e4e6681e61317aff96cf6cc03c8 100644 (file)
@@ -19,9 +19,9 @@
 #if defined(HAVE_FALLOCATE)
 #include <linux/falloc.h>
 #endif
-#include "xfs/xfs.h"
-#include "xfs/command.h"
-#include "xfs/input.h"
+#include "xfs.h"
+#include "command.h"
+#include "input.h"
 #include "init.h"
 #include "io.h"