summaryrefslogtreecommitdiff
path: root/contrib/pgcrypto/pgp-cfb.c
diff options
context:
space:
mode:
authorPeter Eisentraut2014-01-09 11:44:24 +0000
committerPeter Eisentraut2014-01-09 11:44:24 +0000
commit10a3b165a32e9dd116ba340dd2d2f8c77895418e (patch)
treee46962149869629ea8c030b46222a8dabecf53df /contrib/pgcrypto/pgp-cfb.c
parent220b34331f77effdb46798ddd7cca0cffc1b2858 (diff)
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.)
Diffstat (limited to 'contrib/pgcrypto/pgp-cfb.c')
-rw-r--r--contrib/pgcrypto/pgp-cfb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgp-cfb.c b/contrib/pgcrypto/pgp-cfb.c
index 7cf9bf0b8c5..d230bcb49eb 100644
--- a/contrib/pgcrypto/pgp-cfb.c
+++ b/contrib/pgcrypto/pgp-cfb.c
@@ -31,7 +31,6 @@
#include "postgres.h"
-#include "mbuf.h"
#include "px.h"
#include "pgp.h"