summaryrefslogtreecommitdiff
path: root/convert.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-04-22 20:17:12 +0000
committerJunio C Hamano <gitster@pobox.com>2023-04-24 12:47:31 -0700
commitd5fff46f4025e23ec61b9d74eac2bb19e7a2385d (patch)
tree223c06ef38786395f30a23006a2fdd71c451a978 /convert.c
parent623b80bef2431f2f0dc550dda9da5cb633c606fd (diff)
downloadgit-d5fff46f4025e23ec61b9d74eac2bb19e7a2385d.tar.gz
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 'convert.c')
-rw-r--r--convert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/convert.c b/convert.c
index 5a2ea5308d..7cf7bd0c88 100644
--- a/convert.c
+++ b/convert.c
@@ -2,6 +2,7 @@
#include "advice.h"
#include "config.h"
#include "convert.h"
+#include "copy.h"
#include "gettext.h"
#include "hex.h"
#include "object-store.h"