]> git.ipfire.org Git - thirdparty/git.git/commit - log-tree.c
line-log.h: remove unnecessary include
authorElijah Newren <newren@gmail.com>
Sat, 23 Dec 2023 17:14:55 +0000 (17:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Dec 2023 20:04:32 +0000 (12:04 -0800)
commita28fe2d9014758e18d870b1086b5a0c2be76d11f
treeb62a86dfd035a6ef9a4dea3fa190e9284f8ef5c7
parentf25e65e0fea5cc45559079d9a84386efe2eb0c0c
line-log.h: remove unnecessary include

The unnecessary include in the header transitively pulled in some
other headers actually needed by source files, though.  Have those
source files explicitly include the headers they need.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
line-log.c
line-log.h
log-tree.c