diff --git a/cmds/inspect.c b/cmds/inspect.c index 2ef5f4b6..f23d9abc 100644 --- a/cmds/inspect.c +++ b/cmds/inspect.c @@ -30,7 +30,6 @@ #include "common/send-utils.h" #include "kernel-shared/disk-io.h" #include "cmds/commands.h" -#include "btrfs-list.h" #include "common/help.h" #include "common/open-utils.h" #include "common/units.h" diff --git a/cmds/receive.c b/cmds/receive.c index 48c774ce..da0efcc8 100644 --- a/cmds/receive.c +++ b/cmds/receive.c @@ -43,8 +43,6 @@ #include "cmds/commands.h" #include "common/utils.h" #include "kernel-lib/list.h" -#include "btrfs-list.h" - #include "kernel-shared/send.h" #include "common/send-stream.h" #include "common/send-utils.h" diff --git a/common/send-utils.c b/common/send-utils.c index a4f824e8..2c5c6807 100644 --- a/common/send-utils.c +++ b/common/send-utils.c @@ -28,7 +28,6 @@ #include "common/messages.h" #include "common/utils.h" #include "ioctl.h" -#include "btrfs-list.h" static int btrfs_subvolid_resolve_sub(int fd, char *path, size_t *path_len, u64 subvol_id); diff --git a/common/utils.h b/common/utils.h index 78bda9e4..6f84e3cb 100644 --- a/common/utils.h +++ b/common/utils.h @@ -25,7 +25,6 @@ #include #include "common/defs.h" #include "common/internal.h" -#include "btrfs-list.h" #include "kernel-lib/sizes.h" #include "common/messages.h" #include "ioctl.h" diff --git a/kernel-shared/delayed-ref.c b/kernel-shared/delayed-ref.c index 829c2cd3..5b041ac6 100644 --- a/kernel-shared/delayed-ref.c +++ b/kernel-shared/delayed-ref.c @@ -18,7 +18,6 @@ */ #include "kernel-shared/ctree.h" -#include "btrfs-list.h" #include "kernel-shared/delayed-ref.h" #include "kernel-shared/transaction.h"