Skip to content

Commit 6f2d743

Browse files
newrengitster
authored andcommitted
treewide: be explicit about dependence on oid-array.h
Signed-off-by: Elijah Newren <[email protected]> Acked-by: Calvin Wan <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 75f273d commit 6f2d743

File tree

11 files changed

+10
-1
lines changed

11 files changed

+10
-1
lines changed

builtin/bisect.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "dir.h"
1010
#include "strvec.h"
1111
#include "run-command.h"
12+
#include "oid-array.h"
1213
#include "prompt.h"
1314
#include "quote.h"
1415
#include "revision.h"

builtin/fetch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "refspec.h"
1313
#include "object-store.h"
1414
#include "oidset.h"
15+
#include "oid-array.h"
1516
#include "commit.h"
1617
#include "builtin.h"
1718
#include "string-list.h"

builtin/index-pack.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include "packfile.h"
2020
#include "pack-revindex.h"
2121
#include "object-store.h"
22+
#include "oid-array.h"
2223
#include "replace-object.h"
2324
#include "promisor-remote.h"
2425
#include "setup.h"

builtin/log.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
#include "revision.h"
2121
#include "log-tree.h"
2222
#include "builtin.h"
23+
#include "oid-array.h"
2324
#include "tag.h"
2425
#include "reflog-walk.h"
2526
#include "patch-ids.h"

cache.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include "path.h"
1212
#include "pathspec.h"
1313
#include "object.h"
14-
#include "oid-array.h"
1514
#include "repository.h"
1615
#include "statinfo.h"
1716
#include "mem-pool.h"

commit-graph.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
#include "hash-lookup.h"
1313
#include "commit-graph.h"
1414
#include "object-store.h"
15+
#include "oid-array.h"
1516
#include "alloc.h"
1617
#include "hashmap.h"
1718
#include "replace-object.h"

diff.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
#include "string-list.h"
3030
#include "strvec.h"
3131
#include "graph.h"
32+
#include "oid-array.h"
3233
#include "packfile.h"
3334
#include "parse-options.h"
3435
#include "help.h"

merge-ort.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
#include "entry.h"
3333
#include "ll-merge.h"
3434
#include "object-store.h"
35+
#include "oid-array.h"
3536
#include "promisor-remote.h"
3637
#include "revision.h"
3738
#include "strmap.h"

read-cache.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
#include "refs.h"
1616
#include "dir.h"
1717
#include "object-store.h"
18+
#include "oid-array.h"
1819
#include "tree.h"
1920
#include "commit.h"
2021
#include "blob.h"

ref-filter.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "refs.h"
88
#include "wildmatch.h"
99
#include "object-store.h"
10+
#include "oid-array.h"
1011
#include "repository.h"
1112
#include "commit.h"
1213
#include "remote.h"

0 commit comments

Comments
 (0)