aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-06-21 16:39:11 +0000
committerBruce Momjian <bruce@momjian.us>1998-06-21 16:39:11 +0000
commit8bad4e23a866fd7ce9a88ceafc44cbed1d4aebc5 (patch)
tree968a3667c1678fb44a9c65664f2e344a426447d9 /src
parent9eb0afd0ad7284f705d1fe49a37a5a0fc5147bf7 (diff)
downloadpostgresql-8bad4e23a866fd7ce9a88ceafc44cbed1d4aebc5.tar.gz
postgresql-8bad4e23a866fd7ce9a88ceafc44cbed1d4aebc5.zip
Remove un-needed include files.
Diffstat (limited to 'src')
-rw-r--r--src/backend/libpq/pqcomm.c3
-rw-r--r--src/interfaces/libpq/fe-connect.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c
index 9b699a22e4b..710fe8184ba 100644
--- a/src/backend/libpq/pqcomm.c
+++ b/src/backend/libpq/pqcomm.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.45 1998/06/16 07:29:23 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.46 1998/06/21 16:39:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -52,7 +52,6 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
-#include <sys/un.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c
index ba386d6392e..b95f86b02b5 100644
--- a/src/interfaces/libpq/fe-connect.c
+++ b/src/interfaces/libpq/fe-connect.c
@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.68 1998/06/16 07:29:47 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.69 1998/06/21 16:39:11 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -21,7 +21,6 @@
#include <ctype.h>
#include <string.h>
#include <netdb.h>
-#include <sys/un.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <errno.h>