diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-22 22:17:12 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-24 21:47:31 +0200 |
commit | d5fff46f4025e23ec61b9d74eac2bb19e7a2385d (patch) | |
tree | 223c06ef38786395f30a23006a2fdd71c451a978 /convert.c | |
parent | server-info.h: move declarations for server-info.c functions from cache.h (diff) | |
download | git-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 'convert.c')
-rw-r--r-- | convert.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |