From: ye xingchen Date: Mon, 16 Jan 2023 07:58:44 +0000 (+0800) Subject: btrfs: remove duplicate include header in extent-tree.c X-Git-Tag: io_uring-6.3-2023-03-03~62^2~84 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=58e36c2a0191768ddfc0c529f2bfb1630b18c10b;p=linux-block.git btrfs: remove duplicate include header in extent-tree.c extent-tree.h is included more than once, added in a0231804affe ("btrfs: move extent-tree helpers into their own header file"). Signed-off-by: ye xingchen Reviewed-by: David Sterba Signed-off-by: David Sterba --- diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index ad6c66ff9ba8..688cdf816957 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c @@ -38,7 +38,6 @@ #include "dev-replace.h" #include "fs.h" #include "accessors.h" -#include "extent-tree.h" #include "root-tree.h" #include "file-item.h" #include "orphan.h"