From f25e65e0fea5cc45559079d9a84386efe2eb0c0c Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 23 Dec 2023 17:14:54 +0000 Subject: 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 Signed-off-by: Junio C Hamano --- http.h | 1 - 1 file changed, 1 deletion(-) (limited to 'http.h') 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 -- cgit v1.3