diff options
Diffstat (limited to 'cmd_format.c')
-rw-r--r-- | cmd_format.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd_format.c b/cmd_format.c index 9cc56a5f..b22fe946 100644 --- a/cmd_format.c +++ b/cmd_format.c @@ -24,9 +24,9 @@ #include "cmds.h" #include "libbcachefs.h" #include "crypto.h" -#include "opts.h" -#include "super-io.h" -#include "util.h" +#include "libbcachefs/opts.h" +#include "libbcachefs/super-io.h" +#include "libbcachefs/util.h" #define OPTS \ t("bcachefs format - create a new bcachefs filesystem on one or more devices") \ |