Commit 6eef3125886df260ca0e8758d141308152226f6a
1 parent
632dd772fc
Exists in
master
and in
7 other branches
btrfs: remove unneeded includes from scrub.c
Signed-off-by: Arne Jansen <sensille@gmx.net>
Showing 1 changed file with 0 additions and 6 deletions Side-by-side Diff
fs/btrfs/scrub.c
... | ... | @@ -16,13 +16,7 @@ |
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" |