From 10a3b165a32e9dd116ba340dd2d2f8c77895418e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 9 Jan 2014 06:44:24 -0500 Subject: pgcrypto: Make header files stand alone pgp.h used to require including mbuf.h and px.h first. Include those in pgp.h, so that it can be used without prerequisites. Remove mbuf.h inclusions in .c files where mbuf.h features are not used directly. (px.h was always used.) --- contrib/pgcrypto/pgp-mpi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/pgcrypto/pgp-mpi.c') diff --git a/contrib/pgcrypto/pgp-mpi.c b/contrib/pgcrypto/pgp-mpi.c index c8765b6d141..27ebd84ccab 100644 --- a/contrib/pgcrypto/pgp-mpi.c +++ b/contrib/pgcrypto/pgp-mpi.c @@ -31,7 +31,6 @@ #include "postgres.h" #include "px.h" -#include "mbuf.h" #include "pgp.h" int -- cgit v1.2.3