Re: [PATCH v2] init-db: remove unused include

2015-01-15 Thread Junio C Hamano
Alexander Kuleshov writes: > "cache.h" removed, because it's already included at "builtin.h" > > Signed-off-by: Alexander Kuleshov > --- Let's put this on hold. $ git grep --all-match -l -e cache\\.h -e builtin\\.h -- \*.c shows us there are tons, not just this one. Also I'd like to see this

[PATCH v2] init-db: remove unused include

2015-01-15 Thread Alexander Kuleshov
"cache.h" removed, because it's already included at "builtin.h" Signed-off-by: Alexander Kuleshov --- builtin/init-db.c | 1 - 1 file changed, 1 deletion(-) diff --git a/builtin/init-db.c b/builtin/init-db.c index 280454a..8edef87 100644 --- a/builtin/init-db.c +++ b/builtin/init-db.c @@ -3,7 +