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 --- log-tree.c | 1 + 1 file changed, 1 insertion(+) (limited to 'log-tree.c') diff --git a/log-tree.c b/log-tree.c index f4b22a60cc..07d0b47b16 100644 --- a/log-tree.c +++ b/log-tree.c @@ -16,6 +16,7 @@ #include "reflog-walk.h" #include "refs.h" #include "replace-object.h" +#include "revision.h" #include "string-list.h" #include "color.h" #include "gpg-interface.h" -- cgit v1.2.3