Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-05-16 09:33:50 +0300
committerJunio C Hamano <gitster@pobox.com>2023-06-21 23:39:53 +0300
commitf5653856c26efb2ce722148060518817af2ab023 (patch)
tree3b0291ab941ea62464de82524b8eac0ae059e2b2 /name-hash.c
parent64c8559575a2d91bad66a3c0a7067d9275dd5905 (diff)
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 'name-hash.c')
-rw-r--r--name-hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/name-hash.c b/name-hash.c
index fb13716e43..52ce47ea39 100644
--- a/name-hash.c
+++ b/name-hash.c
@@ -8,6 +8,7 @@
#include "cache.h"
#include "environment.h"
#include "gettext.h"
+#include "name-hash.h"
#include "thread-utils.h"
#include "trace.h"
#include "trace2.h"