diff options
Diffstat (limited to 'contrib/pgcrypto/pgcrypto.c')
| -rw-r--r-- | contrib/pgcrypto/pgcrypto.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/pgcrypto/pgcrypto.c b/contrib/pgcrypto/pgcrypto.c index f69ae107c3..f0ac625040 100644 --- a/contrib/pgcrypto/pgcrypto.c +++ b/contrib/pgcrypto/pgcrypto.c @@ -34,13 +34,12 @@ #include <ctype.h> #include "parser/scansup.h" +#include "pgcrypto.h" +#include "px-crypt.h" +#include "px.h" #include "utils/builtins.h" #include "utils/uuid.h" -#include "px.h" -#include "px-crypt.h" -#include "pgcrypto.h" - PG_MODULE_MAGIC; /* private stuff */ |
