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>
This commit is contained in:
Elijah Newren
2023-04-22 20:17:15 +00:00
committed by Junio C Hamano
parent b388633c5c
commit d4ff2072ab
6 changed files with 14 additions and 4 deletions

View File

@ -22,6 +22,7 @@
#include "hex.h"
#include "ll-merge.h"
#include "lockfile.h"
#include "match-trees.h"
#include "object-file.h"
#include "object-name.h"
#include "object-store.h"