From a67efe43629e68039591c361fe4abd4656e0a71a Mon Sep 17 00:00:00 2001 From: David Sterba Date: Thu, 24 Aug 2017 18:32:18 +0200 Subject: btrfs-progs: move command definitions to commands.h There are some trivial helpers, we can group the command declarations in one place. Signed-off-by: David Sterba --- cmds-inspect-dump-tree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cmds-inspect-dump-tree.c') diff --git a/cmds-inspect-dump-tree.c b/cmds-inspect-dump-tree.c index 876ddcb5..8ff638fe 100644 --- a/cmds-inspect-dump-tree.c +++ b/cmds-inspect-dump-tree.c @@ -31,7 +31,6 @@ #include "volumes.h" #include "commands.h" #include "utils.h" -#include "cmds-inspect-dump-tree.h" #include "help.h" static void print_extents(struct btrfs_root *root, struct extent_buffer *eb) -- cgit v1.2.3