]> granicus.if.org Git - postgresql/blobdiff - src/bin/pg_resetwal/pg_resetwal.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_resetwal / pg_resetwal.c
index f85ea2db52f780b4ab72c546e0c57130e42b4690..c83f865246c6b547cfb657946d9a454a0f24ab3e 100644 (file)
@@ -44,9 +44,9 @@
 #include <time.h>
 #include <unistd.h>
 
-#include "access/transam.h"
 #include "access/heaptoast.h"
 #include "access/multixact.h"
+#include "access/transam.h"
 #include "access/xlog.h"
 #include "access/xlog_internal.h"
 #include "common/controldata_utils.h"
 #include "common/logging.h"
 #include "common/restricted_token.h"
 #include "common/string.h"
-#include "storage/large_object.h"
-#include "pg_getopt.h"
 #include "getopt_long.h"
-
+#include "pg_getopt.h"
+#include "storage/large_object.h"
 
 static ControlFileData ControlFile; /* pg_control values */
 static XLogSegNo newXlogSegNo; /* new XLOG segment # */