]> git.ipfire.org Git - thirdparty/git.git/commitdiff
treewide: remove cache.h inclusion due to pager.h changes
authorElijah Newren <newren@gmail.com>
Tue, 11 Apr 2023 07:42:00 +0000 (00:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Apr 2023 15:52:11 +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>
column.c
editor.c
pager.c
pretty.c
progress.c

index c89c90328a675d26508c004af2e2559c58a9f63d..ff2f0abf39930c85a515283625a98152d85bc492 100644 (file)
--- a/column.c
+++ b/column.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "config.h"
 #include "column.h"
 #include "string-list.h"
index 7c796385493b7823de9d7ffa1e740c4c85b412a6..b34e10606d23942ceb8f397299ac79332ac71154 100644 (file)
--- a/editor.c
+++ b/editor.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "abspath.h"
 #include "advice.h"
 #include "config.h"
diff --git a/pager.c b/pager.c
index be78c7066441e557406699b954c7923990dfb36a..63055d0873f01c01809927ecd56d09a10f500fbe 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "config.h"
 #include "editor.h"
 #include "pager.h"
index c4671603b56eeb4daf1e7f3d2eb5b8b4e97632b9..0bb938021ba593df826b91d39a2ec7a059e84b61 100644 (file)
--- a/pretty.c
+++ b/pretty.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "alloc.h"
 #include "config.h"
 #include "commit.h"
index 96a8e36a52fe4e98b0f7dd19c9dcd84ad278880a..72d5e0c73c19eb2a110060a45e46a811d10b676d 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #define GIT_TEST_PROGRESS_ONLY
-#include "cache.h"
+#include "git-compat-util.h"
 #include "pager.h"
 #include "progress.h"
 #include "strbuf.h"