]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Alphabetize includes.
authorJim Meyering <jim@meyering.net>
Tue, 9 Sep 2003 17:25:02 +0000 (17:25 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 9 Sep 2003 17:25:02 +0000 (17:25 +0000)
Remove duplicate inclusion of "same.h".

src/copy.c

index d5e84f36c57a18e92881adec3d8563a5c89d199f..624e7c68d2301e5b0d950d2184f280b56ff46244 100644 (file)
 #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"