]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http-push.c
Merge branch 'jc/bisect-doc' into maint-2.43
[thirdparty/git.git] / http-push.c
index a704f490fdb2c2144b47a5629ed9ee0643ab0d83..b4d0b2a6aa381f4edb1bd890de4a4be1d10ab8fb 100644 (file)
@@ -6,10 +6,8 @@
 #include "tag.h"
 #include "blob.h"
 #include "http.h"
-#include "refs.h"
 #include "diff.h"
 #include "revision.h"
-#include "exec-cmd.h"
 #include "remote.h"
 #include "list-objects.h"
 #include "setup.h"
@@ -17,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"