summaryrefslogtreecommitdiffstats
path: root/tree-diff.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 22:17:28 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-24 21:47:33 +0200
commit0e312eaa12c03043b0ef23021a5a820567ee0efd (patch)
treec2cc9243a5bdd3aa28c303c1d6a2c3a2b6bbf80e /tree-diff.c
parentobject-store.h: reduce unnecessary includes (diff)
downloadgit-0e312eaa12c03043b0ef23021a5a820567ee0efd.tar.xz
git-0e312eaa12c03043b0ef23021a5a820567ee0efd.zip
diff.h: reduce unnecessary includes
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r--tree-diff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tree-diff.c b/tree-diff.c
index 9ea2dd7a6c..20bb15f38d 100644
--- a/tree-diff.c
+++ b/tree-diff.c
@@ -5,6 +5,7 @@
#include "diff.h"
#include "diffcore.h"
#include "tree.h"
+#include "tree-walk.h"
/*
* Some mode bits are also used internally for computations.