]> granicus.if.org Git - postgresql/blobdiff - contrib/pgcrypto/pgp-pubkey.c
Make the order of the header file includes consistent in contrib modules.
[postgresql] / contrib / pgcrypto / pgp-pubkey.c
index f898d72ae99ae5cd128b91644d00d05a1087cdbb..d447e5fd4fed8bf5ffdb091213e72e3a29fc61eb 100644 (file)
@@ -30,9 +30,9 @@
  */
 #include "postgres.h"
 
-#include "px.h"
 #include "mbuf.h"
 #include "pgp.h"
+#include "px.h"
 
 int
 pgp_key_alloc(PGP_PubKey **pk_p)