http.h: remove unnecessary include
commitf25e65e0fea5cc45559079d9a84386efe2eb0c0c
authorElijah Newren <newren@gmail.com>
Sat, 23 Dec 2023 17:14:54 +0000 (23 17:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Dec 2023 20:04:32 +0000 (26 12:04 -0800)
treea325edb130c6906a7030a8ab8aa33d63639f6217
parent31d20faa90c30aa90abc2227cbf65b67f81e98e2
http.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>
http-fetch.c
http-push.c
http.h
remote-curl.c