diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-26 14:12:32 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-26 14:12:32 +0000 |
commit | f0a21a933a890ef15168f297b1953dfa5e1de031 (patch) | |
tree | 6746aae53869f43ee3023747a7112871f3078365 /src | |
parent | 42884ec0c7e1a1cff0af184f92d848493470547f (diff) | |
download | coreutils-f0a21a933a890ef15168f297b1953dfa5e1de031.tar.xz |
reorder includes
Diffstat (limited to 'src')
-rw-r--r-- | src/sync.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync.c b/src/sync.c index fcb5546a2..fc1e67ac8 100644 --- a/src/sync.c +++ b/src/sync.c @@ -22,9 +22,9 @@ #include <sys/types.h> #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" |