btrfs: remove duplicated include in block-group.c
authorTiezhu Yang <yangtiezhu@loongson.cn>
Tue, 12 May 2020 03:55:03 +0000 (11:55 +0800)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 May 2020 09:25:31 +0000 (11:25 +0200)
disk-io.h is included more than once in block-group.c, remove it.

Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/block-group.c

index 048b3384f588546d6c0f5c1982a03e7b9370c4f3..176e8a292fd10d867ee2da4a37933d4b12a836a3 100644 (file)
@@ -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"