From: Jim Meyering Date: Fri, 26 Mar 1999 14:12:32 +0000 (+0000) Subject: reorder includes X-Git-Tag: FILEUTILS-4_0e~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a21a933a890ef15168f297b1953dfa5e1de031;p=thirdparty%2Fcoreutils.git reorder includes --- diff --git a/src/sync.c b/src/sync.c index fcb5546a2f..fc1e67ac8c 100644 --- a/src/sync.c +++ b/src/sync.c @@ -22,9 +22,9 @@ #include #include "system.h" -#include "long-options.h" #include "closeout.h" #include "error.h" +#include "long-options.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "sync"