summaryrefslogtreecommitdiff
path: root/pretty.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-11 07:42:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-04-11 15:52:11 (GMT)
commit77f091ed9f289e55c9cc48d2d937d52f4f317de9 (patch)
tree988f457f9b132ae9a3c1f7da6e0d3953cf55fb46 /pretty.c
parentca4eed708d8cb5c7b585578d3b4170e8adaa920f (diff)
downloadgit-77f091ed9f289e55c9cc48d2d937d52f4f317de9.zip
git-77f091ed9f289e55c9cc48d2d937d52f4f317de9.tar.gz
git-77f091ed9f289e55c9cc48d2d937d52f4f317de9.tar.bz2
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 'pretty.c')
-rw-r--r--pretty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pretty.c b/pretty.c
index c467160..0bb9380 100644
--- 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"