summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-26 14:12:32 +0000
committerJim Meyering <jim@meyering.net>1999-03-26 14:12:32 +0000
commitf0a21a933a890ef15168f297b1953dfa5e1de031 (patch)
tree6746aae53869f43ee3023747a7112871f3078365
parent42884ec0c7e1a1cff0af184f92d848493470547f (diff)
downloadcoreutils-f0a21a933a890ef15168f297b1953dfa5e1de031.tar.xz
reorder includes
-rw-r--r--src/sync.c2
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"