From: Jim Meyering Date: Tue, 9 Sep 2003 17:25:02 +0000 (+0000) Subject: Alphabetize includes. X-Git-Tag: v5.1.0~795 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29d0b1c91c511acd031ca2c235015881ee81932;p=thirdparty%2Fcoreutils.git Alphabetize includes. Remove duplicate inclusion of "same.h". --- diff --git a/src/copy.c b/src/copy.c index d5e84f36c5..624e7c68d2 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"