Commit f2998ebd authored by Tiezhu Yang's avatar Tiezhu Yang Committed by David Sterba
Browse files

btrfs: remove duplicated include in block-group.c



disk-io.h is included more than once in block-group.c, remove it.

Reviewed-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: default avatarTiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 3be4d8ef
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
#include "disk-io.h"
#include "free-space-cache.h"
#include "free-space-tree.h"
#include "disk-io.h"
#include "volumes.h"
#include "transaction.h"
#include "ref-verify.h"