diff options
-rw-r--r-- | src/copy.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/copy.c b/src/copy.c index d5e84f36c..624e7c68d 100644 --- a/src/copy.c +++ b/src/copy.c @@ -27,19 +27,18 @@ #endif #include "system.h" -#include "error.h" #include "backupfile.h" -#include "savedir.h" #include "copy.h" #include "cp-hash.h" -#include "hash.h" -#include "hash-pjw.h" -#include "same.h" #include "dirname.h" +#include "error.h" #include "full-write.h" +#include "hash.h" +#include "hash-pjw.h" #include "path-concat.h" #include "quote.h" #include "same.h" +#include "savedir.h" #include "utimens.h" #include "xreadlink.h" |