зеркало из https://github.com/microsoft/git.git
Merge branch 'ak/fewer-includes'
* ak/fewer-includes: cat-file: remove unused includes git.c: remove unnecessary #includes
This commit is contained in:
Коммит
09deda3746
|
@ -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
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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче