diff options
| author | Elijah Newren <newren@gmail.com> | 2023-05-16 06:33:58 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-21 13:39:53 -0700 |
| commit | 0fd2e21571ac3a26e898fa6ce130894fd408080e (patch) | |
| tree | 27cb48db22bafa614a266213b3e4bb0215e13edf /builtin/diff-tree.c | |
| parent | bc5c5ec0446895f5c4139cd470066beb3c4ac6d5 (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.c | 1 |
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; |
