aboutsummaryrefslogtreecommitdiffstats
path: root/http-fetch.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 17:14:54 +0000
committerJunio C Hamano <gitster@pobox.com>2023-12-26 12:04:32 -0800
commitf25e65e0fea5cc45559079d9a84386efe2eb0c0c (patch)
treea325edb130c6906a7030a8ab8aa33d63639f6217 /http-fetch.c
parent31d20faa90c30aa90abc2227cbf65b67f81e98e2 (diff)
downloadgit-f25e65e0fea5cc45559079d9a84386efe2eb0c0c.tar.gz
http.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 'http-fetch.c')
-rw-r--r--http-fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/http-fetch.c b/http-fetch.c
index 93695a440a..bec94988bb 100644
--- a/http-fetch.c
+++ b/http-fetch.c
@@ -6,6 +6,7 @@
#include "walker.h"
#include "setup.h"
#include "strvec.h"
+#include "url.h"
#include "urlmatch.h"
#include "trace2.h"