Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

btrfs: remove unneeded includes from scrub.c

Signed-off-by: Arne Jansen <sensille@gmx.net>

-6
-6
fs/btrfs/scrub.c
··· 16 16 * Boston, MA 021110-1307, USA. 17 17 */ 18 18 19 - #include <linux/sched.h> 20 - #include <linux/pagemap.h> 21 - #include <linux/writeback.h> 22 19 #include <linux/blkdev.h> 23 - #include <linux/rbtree.h> 24 - #include <linux/slab.h> 25 - #include <linux/workqueue.h> 26 20 #include "ctree.h" 27 21 #include "volumes.h" 28 22 #include "disk-io.h"