search for: f804dfc

Displaying 1 result from an estimated 1 matches for "f804dfc".

Did you mean: f194dfc
2011 Jul 03
0
[PATCH] remove unused include "version.h"
In the file btrfs-list.c version.h was included but not used. So just drop it. Signed-off-by: Andreas Philipp <philipp.andreas@gmail.com> --- btrfs-list.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/btrfs-list.c b/btrfs-list.c index f804dfc..1495dae 100644 --- a/btrfs-list.c +++ b/btrfs-list.c @@ -34,7 +34,6 @@ #include "ctree.h" #include "transaction.h" #include "utils.h" -#include "version.h" /* we store all the roots we find in an rbtree so that we can * search for them later. -- 1.7...