btrfs: remove duplicate include header in extent-tree.c
authorye xingchen <ye.xingchen@zte.com.cn>
Mon, 16 Jan 2023 07:58:44 +0000 (15:58 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 13 Feb 2023 16:50:34 +0000 (17:50 +0100)
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 <ye.xingchen@zte.com.cn>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c

index ad6c66ff9ba83ad6072a3564f245d3d071f0b4c0..688cdf816957be662a9f985d979a530167075110 100644 (file)
@@ -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"