* <cache.h> and <commit.h> already included in <builtin.h> * <quote.h> was appeared in (6035d6aa GIT_TRACE: show which built-in/external commands are executed 25 Jun 2006) and sq_quote_print was removed at (82aae5c quote: remove sq_quote_print() Jul 30 2013) Signed-off-by: Alexander Kuleshov <kuleshovmail@xxxxxxxxx> --- git.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/git.c b/git.c index 09b3bcf..c9bec99 100644 --- a/git.c +++ b/git.c @@ -1,10 +1,7 @@ #include "builtin.h" -#include "cache.h" #include "exec_cmd.h" #include "help.h" -#include "quote.h" #include "run-command.h" -#include "commit.h" const char git_usage_string[] = "git [--version] [--help] [-C <path>] [-c name=value]\n" -- 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