diff options
author | Bruce Momjian | 2011-09-01 14:03:22 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-09-01 14:04:27 +0000 |
commit | 6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch) | |
tree | 748a06b7c1a122d741b87a6b11217d7749b64fe2 /contrib/pgcrypto/internal.c | |
parent | 63d06ef59156719efd0208c62e764a69611b3f12 (diff) |
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'contrib/pgcrypto/internal.c')
-rw-r--r-- | contrib/pgcrypto/internal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pgcrypto/internal.c b/contrib/pgcrypto/internal.c index fedfe2dd039..5ceb5271bbb 100644 --- a/contrib/pgcrypto/internal.c +++ b/contrib/pgcrypto/internal.c @@ -36,7 +36,6 @@ #include "px.h" #include "md5.h" #include "sha1.h" -#include "sha2.h" #include "blf.h" #include "rijndael.h" #include "fortuna.h" |