aboutsummaryrefslogtreecommitdiffstats
path: root/http.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 17:15:00 +0000
committerJunio C Hamano <gitster@pobox.com>2023-12-26 12:04:33 -0800
commitd57c671a511d885a5cd390e3d6064c37af524a91 (patch)
treebefb0901ce9beae0a74f0cf134f8db2b02750072 /http.c
parenttreewide: add direct includes currently only pulled in transitively (diff)
downloadgit-d57c671a511d885a5cd390e3d6064c37af524a91.tar.gz
git-d57c671a511d885a5cd390e3d6064c37af524a91.zip
treewide: remove unnecessary includes in source files
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http.c')
-rw-r--r--http.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.c b/http.c
index a64005ceb8..3565c4ec61 100644
--- a/http.c
+++ b/http.c
@@ -4,7 +4,6 @@
#include "http.h"
#include "config.h"
#include "pack.h"
-#include "sideband.h"
#include "run-command.h"
#include "url.h"
#include "urlmatch.h"