diff options
| author | Elijah Newren <newren@gmail.com> | 2023-05-16 06:33:50 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-06-21 13:39:53 -0700 |
| commit | f5653856c26efb2ce722148060518817af2ab023 (patch) | |
| tree | 3b0291ab941ea62464de82524b8eac0ae059e2b2 /t/helper/test-lazy-init-name-hash.c | |
| parent | 64c8559575a2d91bad66a3c0a7067d9275dd5905 (diff) | |
| download | git-f5653856c26efb2ce722148060518817af2ab023.tar.gz | |
name-hash.h: move declarations for name-hash.c from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/helper/test-lazy-init-name-hash.c')
| -rw-r--r-- | t/helper/test-lazy-init-name-hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-lazy-init-name-hash.c b/t/helper/test-lazy-init-name-hash.c index b83a75d19f..6944b7e825 100644 --- a/t/helper/test-lazy-init-name-hash.c +++ b/t/helper/test-lazy-init-name-hash.c @@ -2,6 +2,7 @@ #include "test-tool.h" #include "cache.h" #include "environment.h" +#include "name-hash.h" #include "parse-options.h" #include "repository.h" #include "setup.h" |
