]> git.ipfire.org Git - thirdparty/git.git/commitdiff
treewide: be explicit about dependence on oid-array.h
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 03:00:42 +0000 (03:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2023 15:52:09 +0000 (08:52 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bisect.c
builtin/fetch.c
builtin/index-pack.c
builtin/log.c
cache.h
commit-graph.c
diff.c
merge-ort.c
read-cache.c
ref-filter.c
upload-pack.c

index 26f07357a03ead1e0bba6946c4f3afb68ed60eeb..7dc175c65707c63d6befc37246444ab601e66268 100644 (file)
@@ -9,6 +9,7 @@
 #include "dir.h"
 #include "strvec.h"
 #include "run-command.h"
+#include "oid-array.h"
 #include "prompt.h"
 #include "quote.h"
 #include "revision.h"
index f2b80987751a626e5b6498926fdb87720791306c..e09366292139d0b2a3ebf9e400b8008584fa9ca9 100644 (file)
@@ -12,6 +12,7 @@
 #include "refspec.h"
 #include "object-store.h"
 #include "oidset.h"
+#include "oid-array.h"
 #include "commit.h"
 #include "builtin.h"
 #include "string-list.h"
index ceb0f120ede6c6ba090e15f0ca6072cbb3bc4836..5adfb2521cda9ad4b351aa7e98e897cd684ab7bf 100644 (file)
@@ -19,6 +19,7 @@
 #include "packfile.h"
 #include "pack-revindex.h"
 #include "object-store.h"
+#include "oid-array.h"
 #include "replace-object.h"
 #include "promisor-remote.h"
 #include "setup.h"
index 2ce645eee97d2d320719b18f50303cc57ddd84ec..094897df236b2e261479cf2cf18616a0609927cc 100644 (file)
@@ -20,6 +20,7 @@
 #include "revision.h"
 #include "log-tree.h"
 #include "builtin.h"
+#include "oid-array.h"
 #include "tag.h"
 #include "reflog-walk.h"
 #include "patch-ids.h"
diff --git a/cache.h b/cache.h
index 5f1279454a883455a5de7503e2283432e5bcc864..6eac3134a22fb0f3b7209ee352a60ccba9c49ce3 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -11,7 +11,6 @@
 #include "path.h"
 #include "pathspec.h"
 #include "object.h"
-#include "oid-array.h"
 #include "repository.h"
 #include "statinfo.h"
 #include "mem-pool.h"
index 1bf673b1345dd62a3ef85764e412e73e70442ca6..fe9a8b2342f680e887058c6e6ee9eabb5b442d6a 100644 (file)
@@ -12,6 +12,7 @@
 #include "hash-lookup.h"
 #include "commit-graph.h"
 #include "object-store.h"
+#include "oid-array.h"
 #include "alloc.h"
 #include "hashmap.h"
 #include "replace-object.h"
diff --git a/diff.c b/diff.c
index 47c1973a504695cb6f7d8aceea86ac2c0cb461af..89cd0b17da535035511923b9adc15a7c2e4f60be 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -29,6 +29,7 @@
 #include "string-list.h"
 #include "strvec.h"
 #include "graph.h"
+#include "oid-array.h"
 #include "packfile.h"
 #include "parse-options.h"
 #include "help.h"
index ad7367179d9b4900403cec0a665539e47c2956cf..9b0b184b130c8e5887005298bc4a4361bb762412 100644 (file)
@@ -32,6 +32,7 @@
 #include "entry.h"
 #include "ll-merge.h"
 #include "object-store.h"
+#include "oid-array.h"
 #include "promisor-remote.h"
 #include "revision.h"
 #include "strmap.h"
index a744eb89e4e638df8a3e44891576672a1ccd7c4f..1b585ce8424ea0f33daa0005a56dadecabd07b36 100644 (file)
@@ -15,6 +15,7 @@
 #include "refs.h"
 #include "dir.h"
 #include "object-store.h"
+#include "oid-array.h"
 #include "tree.h"
 #include "commit.h"
 #include "blob.h"
index df84bb7164339907cfab082815bbd3620db1747d..1c6174c8aeda9ca32765c95d0b5468cdaa229d94 100644 (file)
@@ -7,6 +7,7 @@
 #include "refs.h"
 #include "wildmatch.h"
 #include "object-store.h"
+#include "oid-array.h"
 #include "repository.h"
 #include "commit.h"
 #include "remote.h"
index 71440c638068087787de0f002ebfc25c784a615b..e17545a834a62efbaed2c1a0f6696e31e509e897 100644 (file)
@@ -8,6 +8,7 @@
 #include "sideband.h"
 #include "repository.h"
 #include "object-store.h"
+#include "oid-array.h"
 #include "tag.h"
 #include "object.h"
 #include "commit.h"