diff options
Diffstat (limited to 'merge-ort-wrappers.c')
| -rw-r--r-- | merge-ort-wrappers.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/merge-ort-wrappers.c b/merge-ort-wrappers.c index 748924a69b..4acedf3c33 100644 --- a/merge-ort-wrappers.c +++ b/merge-ort-wrappers.c @@ -1,6 +1,10 @@ -#include "cache.h" +#include "git-compat-util.h" +#include "gettext.h" +#include "hash.h" #include "merge-ort.h" #include "merge-ort-wrappers.h" +#include "read-cache-ll.h" +#include "tree.h" #include "commit.h" |
