submodule-config.h: remove unnecessary include
commite9bb1664917a1c6c6379d196172fcd36618e3230
authorElijah Newren <newren@gmail.com>
Sat, 23 Dec 2023 17:14:57 +0000 (23 17:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Dec 2023 20:04:32 +0000 (26 12:04 -0800)
treee696958271dfda3b04fd72128e0ce425d0513494
parent545f7b50e8c7c63c3e763519f64846624dce6d52
submodule-config.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>
submodule-config.h
t/helper/test-submodule.c