Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apply.c')
-rw-r--r--apply.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apply.c b/apply.c
index 23789bb2d1..9b7288bc92 100644
--- a/apply.c
+++ b/apply.c
@@ -8,6 +8,7 @@
*/
#include "cache.h"
+#include "abspath.h"
#include "alloc.h"
#include "config.h"
#include "object-store.h"
@@ -15,6 +16,8 @@
#include "delta.h"
#include "diff.h"
#include "dir.h"
+#include "environment.h"
+#include "gettext.h"
#include "hex.h"
#include "xdiff-interface.h"
#include "ll-merge.h"
@@ -24,6 +27,8 @@
#include "rerere.h"
#include "apply.h"
#include "entry.h"
+#include "setup.h"
+#include "wrapper.h"
struct gitdiff_data {
struct strbuf *root;