From 0fd2e21571ac3a26e898fa6ce130894fd408080e Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Tue, 16 May 2023 06:33:58 +0000 Subject: log-tree: replace include of revision.h with simple forward declaration Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- builtin/diff-tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'builtin/diff-tree.c') diff --git a/builtin/diff-tree.c b/builtin/diff-tree.c index f3a458bb87..d62caa6c8b 100644 --- a/builtin/diff-tree.c +++ b/builtin/diff-tree.c @@ -9,6 +9,7 @@ #include "submodule.h" #include "read-cache-ll.h" #include "repository.h" +#include "revision.h" #include "tree.h" static struct rev_info log_tree_opt; -- cgit v1.2.3