diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2014-01-09 06:44:24 -0500 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2014-01-09 06:44:24 -0500 |
| commit | 10a3b165a32e9dd116ba340dd2d2f8c77895418e (patch) | |
| tree | e46962149869629ea8c030b46222a8dabecf53df /contrib/pgcrypto/pgp-armor.c | |
| parent | 220b34331f77effdb46798ddd7cca0cffc1b2858 (diff) | |
| download | postgresql-10a3b165a32e9dd116ba340dd2d2f8c77895418e.tar.gz | |
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-armor.c')
| -rw-r--r-- | contrib/pgcrypto/pgp-armor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/pgcrypto/pgp-armor.c b/contrib/pgcrypto/pgp-armor.c index 87adf91125..8460bf924a 100644 --- a/contrib/pgcrypto/pgp-armor.c +++ b/contrib/pgcrypto/pgp-armor.c @@ -32,7 +32,6 @@ #include "postgres.h" #include "px.h" -#include "mbuf.h" #include "pgp.h" /* |
