commit | d5fff46f4025e23ec61b9d74eac2bb19e7a2385d | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Sat Apr 22 20:17:12 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Apr 24 12:47:31 2023 -0700 |
tree | 223c06ef38786395f30a23006a2fdd71c451a978 | |
parent | 623b80bef2431f2f0dc550dda9da5cb633c606fd [diff] [blame] |
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>
diff --git a/builtin/difftool.c b/builtin/difftool.c index 3ffb052..4095079 100644 --- a/builtin/difftool.c +++ b/builtin/difftool.c
@@ -15,6 +15,7 @@ #include "cache.h" #include "abspath.h" #include "config.h" +#include "copy.h" #include "builtin.h" #include "run-command.h" #include "environment.h"