diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-14 12:37:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-14 12:37:19 -0800 |
commit | 09deda3746a0c726a79a6e2db4fd8d864aa08e51 (patch) | |
tree | d1046bd34b6e9cebc9f7ece353f92417ffd8307c /git.c | |
parent | ce8e4e3e579c3516f843822c30c68f5218b61d4b (diff) | |
parent | 10aff315f60847b9d155fce3134593b534b2ea5d (diff) | |
download | git-09deda3746a0c726a79a6e2db4fd8d864aa08e51.tar.gz |
Merge branch 'ak/fewer-includes'
* ak/fewer-includes:
cat-file: remove unused includes
git.c: remove unnecessary #includes
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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" |