* <exec_cmd.h> became unnecessary at b931aa5a (Call builtin ls-tree in git-cat-file -p, 2006-05-26). * <tag.h> and "tree.h" became unnecessary at 21666f1a (convert object type handling from a string to a number, 2007-02-26). * <diff.h> was added at e5fba602 (textconv: support for cat_file, 2010-06-15). Signed-off-by: Alexander Kuleshov <kuleshovmail@xxxxxxxxx> --- ndrivers 0 ndrivers 0 builtin/cat-file.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/builtin/cat-file.c b/builtin/cat-file.c index f8d8129..750b5a2 100644 --- a/builtin/cat-file.c +++ b/builtin/cat-file.c @@ -4,12 +4,8 @@ * Copyright (C) Linus Torvalds, 2005 */ #include "cache.h" -#include "exec_cmd.h" -#include "tag.h" -#include "tree.h" #include "builtin.h" #include "parse-options.h" -#include "diff.h" #include "userdiff.h" #include "streaming.h" -- 2.2.1.522.g2561c04.dirty -- 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