diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-22 22:17:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 21:47:33 +0200 |
commit | d4a4f9291d63b48b368f79bce3151bee9ca28009 (patch) | |
tree | 1a19e9b334b90f1f018b7930fcfd0a2499e50c9f /log-tree.c | |
parent | fsmonitor: reduce includes of cache.h (diff) | |
download | git-d4a4f9291d63b48b368f79bce3151bee9ca28009.tar.xz git-d4a4f9291d63b48b368f79bce3151bee9ca28009.zip |
commit.h: reduce unnecessary includes
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'log-tree.c')
-rw-r--r-- | log-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/log-tree.c b/log-tree.c index b5cf3d8439..8861900b59 100644 --- a/log-tree.c +++ b/log-tree.c @@ -24,6 +24,7 @@ #include "help.h" #include "range-diff.h" #include "strmap.h" +#include "tree.h" #include "write-or-die.h" static struct decoration name_decoration = { "object names" }; |