]> git.ipfire.org Git - thirdparty/git.git/blobdiff - apply.c
name-hash.h: move declarations for name-hash.c from cache.h
[thirdparty/git.git] / apply.c
diff --git a/apply.c b/apply.c
index 3636bc14c2dfd482fcc146b3c560d908caccd919..3da33bb88fde0fc55695bb345fd29cb66898c6eb 100644 (file)
--- a/apply.c
+++ b/apply.c
@@ -10,6 +10,7 @@
 #include "cache.h"
 #include "abspath.h"
 #include "alloc.h"
+#include "base85.h"
 #include "config.h"
 #include "object-store.h"
 #include "blob.h"
@@ -22,6 +23,7 @@
 #include "xdiff-interface.h"
 #include "ll-merge.h"
 #include "lockfile.h"
+#include "name-hash.h"
 #include "object-name.h"
 #include "object-file.h"
 #include "parse-options.h"
@@ -30,6 +32,8 @@
 #include "apply.h"
 #include "entry.h"
 #include "setup.h"
+#include "symlinks.h"
+#include "ws.h"
 #include "wrapper.h"
 
 struct gitdiff_data {