Merge branch 'ak/fewer-includes'

* ak/fewer-includes:
  cat-file: remove unused includes
  git.c: remove unnecessary #includes
This commit is contained in:
Junio C Hamano 2015-01-14 12:37:19 -08:00
Родитель ce8e4e3e57 10aff315f6
Коммит 09deda3746
2 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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"

3
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"