btrfs: remove duplicate include header in extent-tree.c

extent-tree.h is included more than once, added in a0231804af ("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>
This commit is contained in:
ye xingchen 2023-01-16 15:58:44 +08:00 committed by David Sterba
parent 28232909ba
commit 58e36c2a01
1 changed files with 0 additions and 1 deletions

View 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"