summaryrefslogtreecommitdiffstats
path: root/bundle-uri.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 22:17:12 +0200
committerJunio C Hamano <gitster@pobox.com>2023-04-24 21:47:31 +0200
commitd5fff46f4025e23ec61b9d74eac2bb19e7a2385d (patch)
tree223c06ef38786395f30a23006a2fdd71c451a978 /bundle-uri.c
parentserver-info.h: move declarations for server-info.c functions from cache.h (diff)
downloadgit-d5fff46f4025e23ec61b9d74eac2bb19e7a2385d.tar.xz
git-d5fff46f4025e23ec61b9d74eac2bb19e7a2385d.zip
copy.h: move declarations for copy.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bundle-uri.c')
-rw-r--r--bundle-uri.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundle-uri.c b/bundle-uri.c
index 1ff1cf51da..6d44662ee1 100644
--- a/bundle-uri.c
+++ b/bundle-uri.c
@@ -1,6 +1,7 @@
#include "cache.h"
#include "bundle-uri.h"
#include "bundle.h"
+#include "copy.h"
#include "environment.h"
#include "gettext.h"
#include "object-store.h"