]> git.ipfire.org Git - thirdparty/git.git/commit
pkt-line.h: remove unnecessary include
authorElijah Newren <newren@gmail.com>
Sat, 23 Dec 2023 17:14:56 +0000 (17:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Dec 2023 20:04:32 +0000 (12:04 -0800)
commit545f7b50e8c7c63c3e763519f64846624dce6d52
treec55b33cbce4a45e8d4b393d569a8d31660e768a4
parenta28fe2d9014758e18d870b1086b5a0c2be76d11f
pkt-line.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>
pkt-line.c
pkt-line.h
t/helper/test-pkt-line.c