diff options
Diffstat (limited to 'contrib/pgcrypto/crypt-gensalt.c')
-rw-r--r-- | contrib/pgcrypto/crypt-gensalt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pgcrypto/crypt-gensalt.c b/contrib/pgcrypto/crypt-gensalt.c index 84bf27bedb9..062ab864167 100644 --- a/contrib/pgcrypto/crypt-gensalt.c +++ b/contrib/pgcrypto/crypt-gensalt.c @@ -14,7 +14,6 @@ #include "postgres.h" -#include "px.h" #include "px-crypt.h" typedef unsigned int BF_word; |