aboutsummaryrefslogtreecommitdiffstats
path: root/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'copy.c')
-rw-r--r--copy.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/copy.c b/copy.c
index 4de6a110f0..d9d2092012 100644
--- a/copy.c
+++ b/copy.c
@@ -1,4 +1,9 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "copy.h"
+#include "path.h"
+#include "gettext.h"
+#include "strbuf.h"
+#include "abspath.h"
int copy_fd(int ifd, int ofd)
{