]> granicus.if.org Git - postgresql/blobdiff - src/bin/pg_upgrade/util.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_upgrade / util.c
index d867995cc3d5114d6a063e87b2543fd02f5034d8..46d0bb42631576248234b716f97887fd7c358935 100644 (file)
@@ -9,11 +9,10 @@
 
 #include "postgres_fe.h"
 
-#include "common/username.h"
-#include "pg_upgrade.h"
-
 #include <signal.h>
 
+#include "common/username.h"
+#include "pg_upgrade.h"
 
 LogOpts                log_opts;