]> granicus.if.org Git - postgresql/blobdiff - src/bin/pg_dump/pg_dump_sort.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / pg_dump / pg_dump_sort.c
index 31fc06a2557802609749c379aefc517eae62a55b..ad0131648aa20401e427234ddb1e29afd05fbbba 100644 (file)
  */
 #include "postgres_fe.h"
 
+#include "catalog/pg_class_d.h"
 #include "pg_backup_archiver.h"
 #include "pg_backup_utils.h"
 #include "pg_dump.h"
 
-#include "catalog/pg_class_d.h"
-
 /*
  * Sort priority for database object types.
  * Objects are sorted by type, and within a type by name.