Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-12-23 20:14:54 +0300
committerJunio C Hamano <gitster@pobox.com>2023-12-26 23:04:32 +0300
commitf25e65e0fea5cc45559079d9a84386efe2eb0c0c (patch)
treea325edb130c6906a7030a8ab8aa33d63639f6217 /http-push.c
parent31d20faa90c30aa90abc2227cbf65b67f81e98e2 (diff)
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-push.c')
-rw-r--r--http-push.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/http-push.c b/http-push.c
index 329513270c..b4d0b2a6aa 100644
--- a/http-push.c
+++ b/http-push.c
@@ -15,6 +15,7 @@
#include "strvec.h"
#include "tree.h"
#include "tree-walk.h"
+#include "url.h"
#include "packfile.h"
#include "object-store-ll.h"
#include "commit-reach.h"