]> git.ipfire.org Git - thirdparty/git.git/blobdiff - remote-curl.c
config: rename global config function
[thirdparty/git.git] / remote-curl.c
index fc29757b654c939e2374bc32f84c6638bbe22904..cb0182b582a5cb4d13718d4a47cfb07c078464a0 100644 (file)
@@ -8,11 +8,9 @@
 #include "strbuf.h"
 #include "walker.h"
 #include "http.h"
-#include "exec-cmd.h"
 #include "run-command.h"
 #include "pkt-line.h"
 #include "string-list.h"
-#include "sideband.h"
 #include "strvec.h"
 #include "credential.h"
 #include "oid-array.h"
@@ -22,6 +20,7 @@
 #include "quote.h"
 #include "trace2.h"
 #include "transport.h"
+#include "url.h"
 #include "write-or-die.h"
 
 static struct remote *remote;