aboutsummaryrefslogtreecommitdiff
path: root/ls-refs.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 06:26:04 +0000
committerJunio C Hamano <gitster@pobox.com>2023-03-21 10:56:54 -0700
commit987505887058584ebb0e76ba8499f221c80153b6 (patch)
treec9c92228afe6e0b3c98cec63d4014ba4e4dd20f7 /ls-refs.c
parent32a8f510614312cc8b81bbc6a982d08ab7562ab4 (diff)
downloadgit-987505887058584ebb0e76ba8499f221c80153b6.tar.xz
treewide: remove cache.h inclusion due to environment.h changes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ls-refs.c')
-rw-r--r--ls-refs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ls-refs.c b/ls-refs.c
index 12cbb40a19..b9f3e08ec3 100644
--- a/ls-refs.c
+++ b/ls-refs.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
#include "environment.h"
#include "gettext.h"
#include "hex.h"