From f29d0b1c91c511acd031ca2c235015881ee81932 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 9 Sep 2003 17:25:02 +0000 Subject: Alphabetize includes. Remove duplicate inclusion of "same.h". --- src/copy.c | 9 ++++----- 1 file 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" -- cgit v1.2.3-70-g09d2