]> git.99rst.org Git - git.git/commit
builtin.h: remove unneccessary includes
authorElijah Newren <redacted>
Tue, 16 May 2023 06:34:02 +0000 (06:34 +0000)
committerJunio C Hamano <redacted>
Wed, 21 Jun 2023 20:39:54 +0000 (13:39 -0700)
commit88e4e18325d6ddc3d21ffd9eda8259566443a7f7
treef1cac705188e7eaeff0cc05d51b0cd8f98d22246
parent768122900f7af84c2536fd9cb9d205f8ad774322
builtin.h: remove unneccessary includes

This also made it clear that a few .c files under builtin/ were
depending upon some headers but had forgotten to #include them.  Add the
missing direct includes while at it.

Signed-off-by: Elijah Newren <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin.h
builtin/check-mailmap.c
builtin/commit-graph.c
builtin/config.c
builtin/credential-cache.c
builtin/for-each-ref.c
builtin/init-db.c
builtin/verify-pack.c
git clone https://git.99rst.org/PROJECT