]> git.ipfire.org Git - thirdparty/git.git/commitdiff
treewide: remove cache.h inclusion due to object.h changes
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 07:41:56 +0000 (00:41 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2023 15:52:10 +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>
17 files changed:
bisect.c
bundle.c
commit.c
delta-islands.c
diff-no-index.c
fsck.c
http-push.c
list-objects-filter.c
list-objects.c
log-tree.c
pack-bitmap-write.c
parse-options-cb.c
rebase-interactive.c
submodule-config.c
tag.c
transport.c
walker.c

index e708e8b6aa140570c6899d96e856f5f3c4665bfc..8d5f8e58851ea650224c8de043891ea0de4a77cd 100644 (file)
--- a/bisect.c
+++ b/bisect.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "config.h"
 #include "commit.h"
 #include "diff.h"
index 6471489975a52bf3e498d49d02a36728bbe2fb5e..a5505368de5a9190e0ee6238b6f905cfca5f0efe 100644 (file)
--- a/bundle.c
+++ b/bundle.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "lockfile.h"
 #include "bundle.h"
 #include "environment.h"
index bad31c423a46f0a28c2f576a2d178ece919d4eb1..878b4473e4ce14dc664839f97dc3d7ed85d0b437 100644 (file)
--- a/commit.c
+++ b/commit.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "tag.h"
 #include "commit.h"
 #include "commit-graph.h"
index 40f2ccfb55049d434935d83e7494fdb281fe3ec4..c824a5f6a42e56c04a46c8189d4fc1675fd172ea 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "attr.h"
 #include "object.h"
index 934a24bee5851ac0d3da1492d3deba6189402faf..4296940f907530ef420a9bc6ba085f2dd1f693a9 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2008 by Junio C Hamano
  */
 
-#include "cache.h"
+#include "git-compat-util.h"
 #include "abspath.h"
 #include "color.h"
 #include "commit.h"
diff --git a/fsck.c b/fsck.c
index 8ef1b0223467292aa89042a27ab99a98d90e66cb..adbe8bf59e7a2a1a41448f1deb8088e7f9ddd8dc 100644 (file)
--- a/fsck.c
+++ b/fsck.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "hex.h"
 #include "object-store.h"
index a8af6c0f690f6ad249c9abdb28d4c50084ea8089..637a4e91f7aa4bc5e06ddc13663708e7e597a5a1 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "environment.h"
 #include "hex.h"
 #include "repository.h"
index 8b2a45e507d26aa8a7e49503f6cf4947ecd7f580..5d270ce59877e297298258e89762a75146518edd 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "dir.h"
 #include "gettext.h"
index df18d103063dccb4661f7d809106cc2b1c006a35..eecca721ac0826ef09071e6c3119a231d693771a 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "tag.h"
 #include "commit.h"
 #include "gettext.h"
index f0e885635e062cbea4abd3e456d259d39e3f2d72..b5cf3d8439ce833e7b668b5348ad94d3fb80e332 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "commit-reach.h"
 #include "config.h"
 #include "diff.h"
index 7f5f489beb026545593613857a9d987b42ea34c2..faf67c94d37e15914f248779f50207ffeb805b72 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "environment.h"
 #include "gettext.h"
index b4df4bcebedb30b4d52f13a5d8146f5a39af63cc..26a4c7d08a9291b05f50bce1ca22e9868777a3d5 100644 (file)
@@ -1,7 +1,6 @@
 #include "git-compat-util.h"
 #include "parse-options.h"
 #include "branch.h"
-#include "cache.h"
 #include "commit.h"
 #include "color.h"
 #include "environment.h"
index 48467a7bc4a9246af273e94f7cc8ba1a4c7a2b05..6ff12d7be2db5ad3e8d4743a6ab55a2ad46007fd 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "commit.h"
 #include "environment.h"
 #include "gettext.h"
index 252b90aa439c9014b1bbb3b0e641201d998def9c..7fc0812b644ff307e958cb7c172476719b4c3d23 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "dir.h"
 #include "environment.h"
diff --git a/tag.c b/tag.c
index b9fc2fc99297c7ec826827da0dacea46041436e9..96dbd5b2d5501e31b7a7bb75d7630347bfdc24c0 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "environment.h"
 #include "tag.h"
 #include "object-name.h"
index 7374cfd1fa958333f200966ab8e406b69e3df0a8..8d3ad8022a405766b92e57152e6a3282fe6b2ae2 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "advice.h"
 #include "alloc.h"
 #include "config.h"
index cfbd257fdbae4795d61754383f7e1a932fab862e..24ff7dfdc28a43a0f2b8535fd417b84eb0bede42 100644 (file)
--- a/walker.c
+++ b/walker.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "gettext.h"
 #include "hex.h"
 #include "walker.h"