diff options
Diffstat (limited to 'contrib/pgcrypto/md5.c')
-rw-r--r-- | contrib/pgcrypto/md5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pgcrypto/md5.c b/contrib/pgcrypto/md5.c index b5071fba430..08227a809c7 100644 --- a/contrib/pgcrypto/md5.c +++ b/contrib/pgcrypto/md5.c @@ -35,7 +35,6 @@ #include <sys/param.h> -#include "px.h" #include "md5.h" #define SHIFT(X, s) (((X) << (s)) | ((X) >> (32 - (s)))) |