aboutsummaryrefslogtreecommitdiffstats
path: root/combine-diff.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 20:17:23 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-24 12:47:33 -0700
commit5e3f94dfe3c69bc2a711a9dc3b1635e7ff91ab54 (patch)
tree22e5311dc7a262a2f42cba2b801348baa717dc15 /combine-diff.c
parentcache,tree: move basic name compare functions from read-cache to tree (diff)
downloadgit-5e3f94dfe3c69bc2a711a9dc3b1635e7ff91ab54.tar.gz
git-5e3f94dfe3c69bc2a711a9dc3b1635e7ff91ab54.zip
treewide: remove cache.h inclusion due to previous changes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'combine-diff.c')
-rw-r--r--combine-diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/combine-diff.c b/combine-diff.c
index f7e9fb5747..f8d6196577 100644
--- a/combine-diff.c
+++ b/combine-diff.c
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
#include "object-store.h"
#include "commit.h"
#include "convert.h"