summaryrefslogtreecommitdiff
path: root/src/interfaces
diff options
context:
space:
mode:
authorBruce Momjian2000-10-23 14:50:44 +0000
committerBruce Momjian2000-10-23 14:50:44 +0000
commit8111329b87e158646c616430c51992e37f34aacd (patch)
treeb864c78309345153fa12c0fe628db31e3aa90c6b /src/interfaces
parent4b65a2840b124b881ce4f260f9cc35927863b2ae (diff)
Back out xti.h portion of the patch.
Diffstat (limited to 'src/interfaces')
-rw-r--r--src/interfaces/libpq/fe-connect.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index 751980dce3b..bdc49165f4b 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.141 2000/10/22 22:15:04 petere Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.142 2000/10/23 14:50:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -31,9 +31,6 @@
#include <unistd.h>
#include <netdb.h>
#include <netinet/in.h>
-#ifdef HAVE_XTI_H
-# include <xti.h>
-#endif
#ifdef HAVE_NETINET_TCP_H
# include <netinet/tcp.h>
#endif