]> git.ipfire.org Git - thirdparty/git.git/commitdiff
treewide: remove cache.h inclusion due to object-file.h changes
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 07:41:54 +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>
12 files changed:
bulk-checkin.c
commit-graph.c
http-fetch.c
http-walker.c
http.h
notes-merge.c
pack-bitmap.c
pack-check.c
pack-mtimes.c
pack-revindex.c
streaming.c
tmp-objdir.c

index af15f8a9af4368e4514c0cc2ea777c0fb1df83f3..9192298db6a28ac884ff87e26ca73b0418d05afc 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2011, Google Inc.
  */
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "bulk-checkin.h"
 #include "environment.h"
index c20e73ceebf6c6bc7f57468b0104f7326a5f4e70..0c4f2266445c94f1cc3598e0ebf29d1068cade9a 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "config.h"
 #include "gettext.h"
 #include "hex.h"
index c874d3402dd920e97704b22650e7873a2b3e3bb5..fffda592670e667e81eb92af218f9a4d95d7614d 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "config.h"
 #include "exec-cmd.h"
 #include "gettext.h"
index 4588e6a340a0963ecfad62af3ddd6565e2cef25e..3b41f5654b3147301fd6e82a83931edfbac6ddc6 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "repository.h"
 #include "commit.h"
 #include "hex.h"
diff --git a/http.h b/http.h
index 783b2b09b8b8f3f8173adf3db0bc14af9fb6f293..3a409bccd4e6197874a97629c36b050ca923b944 100644 (file)
--- a/http.h
+++ b/http.h
@@ -3,7 +3,6 @@
 
 struct packed_git;
 
-#include "cache.h"
 #include "git-zlib.h"
 
 #include <curl/curl.h>
index cc9538ac5c0aa6abc903898ea89c615afbbbc7b3..233e49e31950ac95d38418e41f5d6cae19e79e3c 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "advice.h"
 #include "commit.h"
 #include "gettext.h"
index 1371f17d22f846e50cadca142f43256b27fcd037..48fc2ec76de84742cc6330e574e5cda8b6bf5f74 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "commit.h"
 #include "gettext.h"
index 40d88bc5ebe9d9b184a04a43963396a550d7d5bb..049f2f0bfc03f2c08a4e24fa6be767f01fe8145d 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "environment.h"
 #include "hex.h"
 #include "repository.h"
index 0096ace080b8f7d934c522a4daac8b4dd889242c..020a37f8fe3a837de959ceade8dca86849253593 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "gettext.h"
 #include "pack-mtimes.h"
 #include "object-file.h"
index 22a1958a1fca7d5035969b96cdfa0a11f1fa9edd..4d9bb41b4dbcda342ebfced2e15e05f27d1e12a7 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "gettext.h"
 #include "pack-revindex.h"
 #include "object-file.h"
index b3415724ee4a05c6680284f9d41988614e39d588..21e39585e8906e8463c9765c044ecb4399b9603c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (c) 2011, Google Inc.
  */
-#include "cache.h"
+#include "git-compat-util.h"
 #include "convert.h"
 #include "environment.h"
 #include "streaming.h"
index fff7ff42db7e5edec8660d0477acc3504f56cfb9..c33a554f921eca089d7535609fe7023614ad1985 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "tmp-objdir.h"
 #include "abspath.h"
 #include "chdir-notify.h"