[PATCH v3] cat-file: Remove unused includes
From: Alexander Kuleshov <hidden>
Date: 2016-06-15 23:03:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Alexander Kuleshov <hidden>
Date: 2016-06-15 23:03:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
* <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 <redacted> --- 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