diff options
author | Elijah Newren <newren@gmail.com> | 2023-12-23 18:14:56 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-12-26 21:04:32 +0100 |
commit | 545f7b50e8c7c63c3e763519f64846624dce6d52 (patch) | |
tree | c55b33cbce4a45e8d4b393d569a8d31660e768a4 /pkt-line.h | |
parent | line-log.h: remove unnecessary include (diff) | |
download | git-545f7b50e8c7c63c3e763519f64846624dce6d52.tar.xz git-545f7b50e8c7c63c3e763519f64846624dce6d52.zip |
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>
Diffstat (limited to 'pkt-line.h')
-rw-r--r-- | pkt-line.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkt-line.h b/pkt-line.h index 954eec8719..aedef56286 100644 --- a/pkt-line.h +++ b/pkt-line.h @@ -2,7 +2,6 @@ #define PKTLINE_H #include "strbuf.h" -#include "sideband.h" /* * Write a packetized stream, where each line is preceded by |