From: Tom Lane Date: Fri, 31 Oct 2003 18:14:11 +0000 (+0000) Subject: Back-patch removal of unnecessary inclusion of , so that X-Git-Tag: REL7_3_5~7 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fe979ae406fd20aba6c662bf74397a12d58dea45;p=users%2Fc2main%2Fpostgres.git Back-patch removal of unnecessary inclusion of , so that 7.3.5 will build out-of-the-box on Solaris. --- diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index 887e5ced68..6a0170807f 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.213.2.2 2003/01/30 19:50:07 tgl Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.213.2.3 2003/10/31 18:14:11 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -42,9 +42,6 @@ #ifndef HAVE_STRDUP #include "strdup.h" #endif -#ifdef HAVE_CRYPT_H -#include -#endif #include "mb/pg_wchar.h"