Skip to content

Commit 6784574

Browse files
newrengitster
authored andcommitted
merge-ort: add a few includes
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 89422d2 commit 6784574

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

merge-ort.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
#include "cache.h"
1818
#include "merge-ort.h"
1919

20+
#include "blob.h"
2021
#include "cache-tree.h"
22+
#include "commit-reach.h"
2123
#include "diff.h"
2224
#include "diffcore.h"
2325
#include "dir.h"

0 commit comments

Comments
 (0)