summaryrefslogtreecommitdiff
path: root/builtin/diff-tree.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-05-16 06:33:58 +0000
committerJunio C Hamano <gitster@pobox.com>2023-06-21 13:39:53 -0700
commit0fd2e21571ac3a26e898fa6ce130894fd408080e (patch)
tree27cb48db22bafa614a266213b3e4bb0215e13edf /builtin/diff-tree.c
parentbc5c5ec0446895f5c4139cd470066beb3c4ac6d5 (diff)
log-tree: replace include of revision.h with simple forward declaration
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/diff-tree.c')
-rw-r--r--builtin/diff-tree.c1
1 files changed, 1 insertions, 0 deletions
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;