diff options
Diffstat (limited to 'cmd_fsck.c')
-rw-r--r-- | cmd_fsck.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ #include "cmds.h" -#include "error.h" +#include "libbcachefs/error.h" #include "libbcachefs.h" -#include "super.h" +#include "libbcachefs/super.h" #include "tools-util.h" static void usage(void) |