/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add missing includes and forward declarations
[git/git.git]
/
merge-recursive.h
diff --git
a/merge-recursive.h
b/merge-recursive.h
index
fa7bc6b
..
0c46a5a
100644
(file)
--- a/
merge-recursive.h
+++ b/
merge-recursive.h
@@
-1,8
+1,10
@@
#ifndef MERGE_RECURSIVE_H
#define MERGE_RECURSIVE_H
-#include "unpack-trees.h"
#include "string-list.h"
+#include "unpack-trees.h"
+
+struct commit;
struct merge_options {
const char *ancestor;