commit | e38da487cc50ce4b5b48085eebcab8268c541579 | [log] [tgz] |
---|---|---|
author | Elijah Newren <newren@gmail.com> | Tue Mar 21 06:26:05 2023 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Mar 21 10:56:54 2023 -0700 |
tree | ba03426b327b19dfbf5041c788b4f606f2da70a7 | |
parent | 987505887058584ebb0e76ba8499f221c80153b6 [diff] [blame] |
setup.h: move declarations for setup.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/checkout.c b/builtin/checkout.c index 5541e76..73b6e58 100644 --- a/builtin/checkout.c +++ b/builtin/checkout.c
@@ -23,6 +23,7 @@ #include "resolve-undo.h" #include "revision.h" #include "run-command.h" +#include "setup.h" #include "submodule.h" #include "submodule-config.h" #include "tree.h"