diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-01-21 10:49:16 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2009-01-21 10:49:16 -0500 |
commit | 7eaebe7d503c3ef240ac7b3efc5433fe647c0298 (patch) | |
tree | 6e54b7766559555d3a4e205a0524a4df02f6cf5b /fs/btrfs/extent-tree.c | |
parent | 070604040b86511cc2df0f25f98e26c5529bd928 (diff) |
Btrfs: removed unused #include <version.h>'s
Removed unused #include <version.h>'s in btrfs
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/extent-tree.c')
-rw-r--r-- | fs/btrfs/extent-tree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent-tree.c b/fs/btrfs/extent-tree.c index 293da650873f..cdc961e7556a 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <linux/pagemap.h> | 19 | #include <linux/pagemap.h> |
20 | #include <linux/writeback.h> | 20 | #include <linux/writeback.h> |
21 | #include <linux/blkdev.h> | 21 | #include <linux/blkdev.h> |
22 | #include <linux/version.h> | ||
23 | #include "compat.h" | 22 | #include "compat.h" |
24 | #include "hash.h" | 23 | #include "hash.h" |
25 | #include "crc32c.h" | 24 | #include "crc32c.h" |