diff options
Diffstat (limited to 'copy.c')
| -rw-r--r-- | copy.c | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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) { |
