Alexander Kuleshov <kuleshovmail@xxxxxxxxx> writes: > "cache.h" removed, because it's already included at "builtin.h" > > Signed-off-by: Alexander Kuleshov <kuleshovmail@xxxxxxxxx> > --- 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 discussion simmer a bit more: http://thread.gmane.org/gmane.comp.version-control.git/262454/focus=262499 > 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 +3,6 @@ > * > * Copyright (C) Linus Torvalds, 2005 > */ > -#include "cache.h" > #include "builtin.h" > #include "exec_cmd.h" > #include "parse-options.h" -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html