From d4ff2072abed071bc9fd291d179162da46d1427f Mon Sep 17 00:00:00 2001 From: Elijah Newren Date: Sat, 22 Apr 2023 20:17:15 +0000 Subject: match-trees.h: move declarations for match-trees.c functions from cache.h Signed-off-by: Elijah Newren Signed-off-by: Junio C Hamano --- match-trees.c | 1 + 1 file changed, 1 insertion(+) (limited to 'match-trees.c') 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" -- cgit v1.2.3