diff options
author | Elijah Newren <newren@gmail.com> | 2023-04-11 09:41:49 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2023-04-11 17:52:09 +0200 |
commit | dabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991 (patch) | |
tree | bb905e4d042fbc3e4b5080e88eccf4181b2e6b93 /builtin/submodule--helper.c | |
parent | treewide: remove unnecessary cache.h inclusion (diff) | |
download | git-dabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991.tar.xz git-dabab1d6e6c49f3d4a6393a9984e3f6a4e8fb991.zip |
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>
Diffstat (limited to 'builtin/submodule--helper.c')
-rw-r--r-- | builtin/submodule--helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/submodule--helper.c b/builtin/submodule--helper.c index 8337703715..1f087d7bed 100644 --- a/builtin/submodule--helper.c +++ b/builtin/submodule--helper.c @@ -24,6 +24,7 @@ #include "revision.h" #include "diffcore.h" #include "diff.h" +#include "object-name.h" #include "object-store.h" #include "advice.h" #include "branch.h" |