Skip to content

Commit eef65c7

Browse files
newrengitster
authored andcommitted
Remove unnecessary includes of builtin.h
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fc7bd51 commit eef65c7

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

diff-no-index.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
#include "diffcore.h"
1414
#include "revision.h"
1515
#include "log-tree.h"
16-
#include "builtin.h"
1716
#include "parse-options.h"
1817
#include "string-list.h"
1918
#include "dir.h"

merge-recursive.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "alloc.h"
1111
#include "attr.h"
1212
#include "blob.h"
13-
#include "builtin.h"
1413
#include "cache-tree.h"
1514
#include "commit.h"
1615
#include "commit-reach.h"

send-pack.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "builtin.h"
1+
#include "git-compat-util.h"
22
#include "config.h"
33
#include "commit.h"
44
#include "hex.h"

0 commit comments

Comments
 (0)