summaryrefslogtreecommitdiff
path: root/pkt-line.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 17:14:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2023-12-26 20:04:32 (GMT)
commit545f7b50e8c7c63c3e763519f64846624dce6d52 (patch)
treec55b33cbce4a45e8d4b393d569a8d31660e768a4 /pkt-line.c
parenta28fe2d9014758e18d870b1086b5a0c2be76d11f (diff)
downloadgit-545f7b50e8c7c63c3e763519f64846624dce6d52.zip
git-545f7b50e8c7c63c3e763519f64846624dce6d52.tar.gz
git-545f7b50e8c7c63c3e763519f64846624dce6d52.tar.bz2
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.c')
-rw-r--r--pkt-line.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkt-line.c b/pkt-line.c
index af83a19..236dd3a 100644
--- a/pkt-line.c
+++ b/pkt-line.c
@@ -4,6 +4,7 @@
#include "gettext.h"
#include "hex.h"
#include "run-command.h"
+#include "sideband.h"
#include "trace.h"
#include "write-or-die.h"