Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 10:42:00 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-11 18:52:11 +0300
commit77f091ed9f289e55c9cc48d2d937d52f4f317de9 (patch)
tree988f457f9b132ae9a3c1f7da6e0d3953cf55fb46 /progress.c
parentca4eed708d8cb5c7b585578d3b4170e8adaa920f (diff)
treewide: remove cache.h inclusion due to pager.h changes
Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'progress.c')
-rw-r--r--progress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/progress.c b/progress.c
index 96a8e36a52..72d5e0c73c 100644
--- a/progress.c
+++ b/progress.c
@@ -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"