From: Bruce Momjian Date: Sun, 10 Jul 2005 15:37:03 +0000 (+0000) Subject: Remove #include as compile fix. X-Git-Tag: REL8_1_0BETA1~338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e1004f0fd8d730f55e5923be8037bb58486aa4a;p=postgresql Remove #include as compile fix. Marko Kreen --- diff --git a/contrib/pgcrypto/pgp-pubdec.c b/contrib/pgcrypto/pgp-pubdec.c index ad4ceb2f7a..cbf2aeb443 100644 --- a/contrib/pgcrypto/pgp-pubdec.c +++ b/contrib/pgcrypto/pgp-pubdec.c @@ -26,12 +26,10 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $PostgreSQL: pgsql/contrib/pgcrypto/pgp-pubdec.c,v 1.1 2005/07/10 13:46:29 momjian Exp $ + * $PostgreSQL: pgsql/contrib/pgcrypto/pgp-pubdec.c,v 1.2 2005/07/10 15:37:03 momjian Exp $ */ #include -#include - #include "px.h" #include "mbuf.h" #include "pgp.h"