summaryrefslogtreecommitdiff
path: root/pretty.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 07:41:59 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-04-11 15:52:10 (GMT)
commitca4eed708d8cb5c7b585578d3b4170e8adaa920f (patch)
tree24fac43fb586fe4d78947662cc834aa578e171ae /pretty.c
parent0e8d4b9db76b6f8712e3be5b7dabe7fd1092921b (diff)
downloadgit-ca4eed708d8cb5c7b585578d3b4170e8adaa920f.zip
git-ca4eed708d8cb5c7b585578d3b4170e8adaa920f.tar.gz
git-ca4eed708d8cb5c7b585578d3b4170e8adaa920f.tar.bz2
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 'pretty.c')
-rw-r--r--pretty.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pretty.c b/pretty.c
index 76fc4f6..c467160 100644
--- a/pretty.c
+++ b/pretty.c
@@ -7,6 +7,7 @@
#include "hex.h"
#include "utf8.h"
#include "diff.h"
+#include "pager.h"
#include "revision.h"
#include "string-list.h"
#include "mailmap.h"