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 | 653249ff9aea51e1ace6bd437389f06e2b84393f (patch) | |
tree | b10cfef71261705ff28f4574bce3329553fe43e4 /fs | |
parent | 5a7be515b1f4569aac601170fc681741434cca92 (diff) |
Btrfs: remove duplicated #include
Removed duplicated #include "compat.h"in
fs/btrfs/extent-tree.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs')
-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 aeaec84ebed8..c643433629a7 100644 --- a/fs/btrfs/extent-tree.c +++ b/fs/btrfs/extent-tree.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include "volumes.h" | 29 | #include "volumes.h" |
30 | #include "locking.h" | 30 | #include "locking.h" |
31 | #include "ref-cache.h" | 31 | #include "ref-cache.h" |
32 | #include "compat.h" | ||
33 | 32 | ||
34 | #define PENDING_EXTENT_INSERT 0 | 33 | #define PENDING_EXTENT_INSERT 0 |
35 | #define PENDING_EXTENT_DELETE 1 | 34 | #define PENDING_EXTENT_DELETE 1 |