diff options
Diffstat (limited to 'contrib/pgcrypto/pgp-info.c')
-rw-r--r-- | contrib/pgcrypto/pgp-info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgp-info.c b/contrib/pgcrypto/pgp-info.c index 9bfbbe6d0c9..b2300ea6568 100644 --- a/contrib/pgcrypto/pgp-info.c +++ b/contrib/pgcrypto/pgp-info.c @@ -30,9 +30,9 @@ */ #include "postgres.h" -#include "px.h" #include "mbuf.h" #include "pgp.h" +#include "px.h" static int read_pubkey_keyid(PullFilter *pkt, uint8 *keyid_buf) |