diff options
Diffstat (limited to 'contrib/pgcrypto/pgp-pgsql.c')
-rw-r--r-- | contrib/pgcrypto/pgp-pgsql.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/contrib/pgcrypto/pgp-pgsql.c b/contrib/pgcrypto/pgp-pgsql.c index 3feadf7b702..8be895df80f 100644 --- a/contrib/pgcrypto/pgp-pgsql.c +++ b/contrib/pgcrypto/pgp-pgsql.c @@ -31,16 +31,15 @@ #include "postgres.h" -#include "lib/stringinfo.h" #include "catalog/pg_type.h" -#include "mb/pg_wchar.h" -#include "utils/builtins.h" -#include "utils/array.h" #include "funcapi.h" - +#include "lib/stringinfo.h" +#include "mb/pg_wchar.h" #include "mbuf.h" -#include "px.h" #include "pgp.h" +#include "px.h" +#include "utils/array.h" +#include "utils/builtins.h" /* * public functions |