]> git.ipfire.org Git - thirdparty/git.git/commit - blame.c
blame.h: remove unnecessary includes
authorElijah Newren <newren@gmail.com>
Sat, 23 Dec 2023 17:14:52 +0000 (17:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Dec 2023 20:04:32 +0000 (12:04 -0800)
commitbd6cc1d9eccfe2bd364fac91246583e9b6d712c0
tree2b9daff5deb945ac20a010e58d8e7d702668325a
parentc2c4138c07ca4d5ffc41ace0bfda0f189d3e262e
blame.h: remove unnecessary includes

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>
blame.c
blame.h