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
path: root/t
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-03-21 09:26:04 +0300
committerJunio C Hamano <gitster@pobox.com>2023-03-21 20:56:54 +0300
commit987505887058584ebb0e76ba8499f221c80153b6 (patch)
treec9c92228afe6e0b3c98cec63d4014ba4e4dd20f7 /t
parent32a8f510614312cc8b81bbc6a982d08ab7562ab4 (diff)
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 't')
-rw-r--r--t/helper/test-bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-bitmap.c b/t/helper/test-bitmap.c
index ff35f5999b..5bb489882d 100644
--- a/t/helper/test-bitmap.c
+++ b/t/helper/test-bitmap.c
@@ -1,5 +1,5 @@
#include "test-tool.h"
-#include "cache.h"
+#include "git-compat-util.h"
#include "pack-bitmap.h"
static int bitmap_list_commits(void)