From 987505887058584ebb0e76ba8499f221c80153b6 Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 21 Mar 2023 06:26:04 +0000 Subject: treewide: remove cache.h inclusion due to environment.h changes Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- notes-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notes-utils.c') diff --git a/notes-utils.c b/notes-utils.c index 8797271faf..86552f31c4 100644 --- a/notes-utils.c +++ b/notes-utils.c @@ -1,4 +1,4 @@ -#include "cache.h" +#include "git-compat-util.h" #include "config.h" #include "commit.h" #include "environment.h" -- cgit 1.2.3-korg