merge.h: move declarations for merge.c 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-05-16 06:33:54 +00:00
committed by Junio C Hamano
parent eaa966db79
commit 750324ddb8
6 changed files with 21 additions and 11 deletions

View File

@ -25,6 +25,7 @@
#include "diff.h"
#include "revision.h"
#include "rerere.h"
#include "merge.h"
#include "merge-ort.h"
#include "merge-ort-wrappers.h"
#include "refs.h"