From f0a21a933a890ef15168f297b1953dfa5e1de031 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 26 Mar 1999 14:12:32 +0000 Subject: [PATCH] reorder includes --- src/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3