]> granicus.if.org Git - postgresql/blobdiff - src/bin/pg_upgrade/file.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_upgrade / file.c
index c7fed24df933856069fb159bfd908699c5c14933..ab64d5f22174f44ba9bae76702e603ec0c5eaa4f 100644 (file)
@@ -9,13 +9,6 @@
 
 #include "postgres_fe.h"
 
-#include "access/visibilitymap.h"
-#include "common/file_perm.h"
-#include "pg_upgrade.h"
-#include "storage/bufpage.h"
-#include "storage/checksum.h"
-#include "storage/checksum_impl.h"
-
 #include <sys/stat.h>
 #include <fcntl.h>
 #ifdef HAVE_COPYFILE_H
 #include <linux/fs.h>
 #endif
 
+#include "access/visibilitymap.h"
+#include "common/file_perm.h"
+#include "pg_upgrade.h"
+#include "storage/bufpage.h"
+#include "storage/checksum.h"
+#include "storage/checksum_impl.h"
 
 #ifdef WIN32
 static int     win32_pghardlink(const char *src, const char *dst);