builtin.h: remove unneccessary includes
commit88e4e18325d6ddc3d21ffd9eda8259566443a7f7
authorElijah Newren <newren@gmail.com>
Tue, 16 May 2023 06:34:02 +0000 (16 06:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Jun 2023 20:39:54 +0000 (21 13:39 -0700)
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 <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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