aboutsummaryrefslogtreecommitdiffstats
path: root/http.h
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.h
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.h')
-rw-r--r--http.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.h b/http.h
index 3a409bccd4..3af19a8bf5 100644
--- a/http.h
+++ b/http.h
@@ -10,7 +10,6 @@ struct packed_git;
#include "strbuf.h"
#include "remote.h"
-#include "url.h"
#define DEFAULT_MAX_REQUESTS 5