summaryrefslogtreecommitdiff
path: root/progress.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 00:41:59 -0700
committerJunio C Hamano <gitster@pobox.com>2023-04-11 08:52:10 -0700
commitca4eed708d8cb5c7b585578d3b4170e8adaa920f (patch)
tree24fac43fb586fe4d78947662cc834aa578e171ae /progress.c
parent0e8d4b9db76b6f8712e3be5b7dabe7fd1092921b (diff)
pager.h: move declarations for pager.c functions from cache.h
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/progress.c b/progress.c
index c5c8514737..96a8e36a52 100644
--- a/progress.c
+++ b/progress.c
@@ -10,6 +10,7 @@
#define GIT_TEST_PROGRESS_ONLY
#include "cache.h"
+#include "pager.h"
#include "progress.h"
#include "strbuf.h"
#include "trace.h"