commit | dabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Apr 11 00:41:49 2023 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 11 08:52:09 2023 -0700 |
tree | bb905e4d042fbc3e4b5080e88eccf4181b2e6b93 | |
parent | 5579f44d2fb37e1126e71870b208d93e93e510ac [diff] [blame] |
object-name.h: move declarations for object-name.c functions from cache.h Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Calvin Wan <calvinwan@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/checkout.c b/checkout.c index 1247b88..9235073 100644 --- a/checkout.c +++ b/checkout.c
@@ -1,4 +1,5 @@ #include "cache.h" +#include "object-name.h" #include "remote.h" #include "refspec.h" #include "checkout.h"