Include blob.h for definition of blob_type, and commit-reach.h for
declarations of get_merge_bases() and in_merge_bases().  While none of
these are used yet, we want to avoid cross-dependencies in the next
three series of patches for merge-ort and merge them at the end; adding
these "#include"s now avoids textual conflicts.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Elijah Newren 2020-12-03 15:59:40 +00:00 коммит произвёл Junio C Hamano
Родитель 89422d29b1
Коммит 67845745c1
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -17,7 +17,9 @@
#include "cache.h"
#include "merge-ort.h"
#include "blob.h"
#include "cache-tree.h"
#include "commit-reach.h"
#include "diff.h"
#include "diffcore.h"
#include "dir.h"