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-04-22 23:17:15 +0300
committerJunio C Hamano <gitster@pobox.com>2023-04-24 22:47:32 +0300
commitd4ff2072abed071bc9fd291d179162da46d1427f (patch)
treeb2baa025a1bd1b8bf65346695fc422f27367bbb9 /match-trees.c
parentb388633c5c47bf4fc12560d8b237ec0bd319ba4a (diff)
match-trees.h: move declarations for match-trees.c functions from cache.h
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'match-trees.c')
-rw-r--r--match-trees.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/match-trees.c b/match-trees.c
index 5877fc64a8..9b78d99507 100644
--- a/match-trees.c
+++ b/match-trees.c
@@ -1,5 +1,6 @@
#include "cache.h"
#include "hex.h"
+#include "match-trees.h"
#include "tree.h"
#include "tree-walk.h"
#include "object-store.h"