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>
This commit is contained in:
Elijah Newren
2023-05-16 06:33:58 +00:00
committed by Junio C Hamano
parent 4275a22e16
commit e1fcb3a534
3 changed files with 3 additions and 1 deletions

View File

@ -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;