]> granicus.if.org Git - postgresql/blobdiff - src/bin/pg_controldata/pg_controldata.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_controldata / pg_controldata.c
index ff17804723e5220e39d6dcd2216dd709dc00aebb..b14767f8b608e4147f4e6311668d9d8a4f225914 100644 (file)
@@ -26,9 +26,8 @@
 #include "catalog/pg_control.h"
 #include "common/controldata_utils.h"
 #include "common/logging.h"
-#include "pg_getopt.h"
 #include "getopt_long.h"
-
+#include "pg_getopt.h"
 
 static void
 usage(const char *progname)