]> git.ipfire.org Git - thirdparty/git.git/commit - archive-tar.c
archive.h: remove unnecessary include
authorElijah Newren <newren@gmail.com>
Sat, 23 Dec 2023 17:14:51 +0000 (17:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Dec 2023 20:04:31 +0000 (12:04 -0800)
commitc2c4138c07ca4d5ffc41ace0bfda0f189d3e262e
tree3f3fe2b05aff44eee5e79e158e1566fbfdef95fd
parenteea0e59ffbed6e33d171ace5be13cde9faa41639
archive.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>
archive-tar.c
archive-zip.c
archive.c
archive.h