summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/internal.c
diff options
context:
space:
mode:
authorBruce Momjian2011-09-01 14:03:22 +0000
committerBruce Momjian2011-09-01 14:04:27 +0000
commit6416a82a62db4e66b2edb0fa8fc83a580c3f1931 (patch)
tree748a06b7c1a122d741b87a6b11217d7749b64fe2 /contrib/pgcrypto/internal.c
parent63d06ef59156719efd0208c62e764a69611b3f12 (diff)
Remove unnecessary #include references, per pgrminclude script.
Diffstat (limited to 'contrib/pgcrypto/internal.c')
-rw-r--r--contrib/pgcrypto/internal.c1
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"