From 8bad4e23a866fd7ce9a88ceafc44cbed1d4aebc5 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 21 Jun 1998 16:39:11 +0000 Subject: [PATCH] Remove un-needed include files. --- src/backend/libpq/pqcomm.c | 3 +-- src/interfaces/libpq/fe-connect.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index 9b699a22e4..710fe8184b 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 #include #include -#include #include #include #include diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index ba386d6392..b95f86b02b 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 #include #include -#include #include #include #include -- 2.40.0