diff options
Diffstat (limited to 'src/bin/pg_rewind/pg_rewind.c')
-rw-r--r-- | src/bin/pg_rewind/pg_rewind.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/bin/pg_rewind/pg_rewind.c b/src/bin/pg_rewind/pg_rewind.c index 875a43b2193..e75c7eed1c6 100644 --- a/src/bin/pg_rewind/pg_rewind.c +++ b/src/bin/pg_rewind/pg_rewind.c @@ -14,11 +14,6 @@ #include <time.h> #include <unistd.h> -#include "pg_rewind.h" -#include "fetch.h" -#include "file_ops.h" -#include "filemap.h" - #include "access/timeline.h" #include "access/xlog_internal.h" #include "catalog/catversion.h" @@ -28,7 +23,11 @@ #include "common/file_utils.h" #include "common/restricted_token.h" #include "fe_utils/recovery_gen.h" +#include "fetch.h" +#include "file_ops.h" +#include "filemap.h" #include "getopt_long.h" +#include "pg_rewind.h" #include "storage/bufpage.h" static void usage(const char *progname); |