Skip to content

Commit 09deda3

Browse files
committed
Merge branch 'ak/fewer-includes'
* ak/fewer-includes: cat-file: remove unused includes git.c: remove unnecessary #includes
2 parents ce8e4e3 + 10aff31 commit 09deda3

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

builtin/cat-file.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,8 @@
44
* Copyright (C) Linus Torvalds, 2005
55
*/
66
#include "cache.h"
7-
#include "exec_cmd.h"
8-
#include "tag.h"
9-
#include "tree.h"
107
#include "builtin.h"
118
#include "parse-options.h"
12-
#include "diff.h"
139
#include "userdiff.h"
1410
#include "streaming.h"
1511

git.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
#include "builtin.h"
2-
#include "cache.h"
32
#include "exec_cmd.h"
43
#include "help.h"
5-
#include "quote.h"
64
#include "run-command.h"
7-
#include "commit.h"
85

96
const char git_usage_string[] =
107
"git [--version] [--help] [-C <path>] [-c name=value]\n"

0 commit comments

Comments
 (0)