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:
committed by
Junio C Hamano
parent
bc5c5ec044
commit
0fd2e21571
@@ -1,7 +1,7 @@
|
||||
#ifndef LOG_TREE_H
|
||||
#define LOG_TREE_H
|
||||
|
||||
#include "revision.h"
|
||||
struct rev_info;
|
||||
|
||||
struct log_info {
|
||||
struct commit *commit, *parent;
|
||||
|
||||
Reference in New Issue
Block a user