From 3406901a2928627477374769416a32b01a08b131 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 17 Jul 1999 20:18:55 +0000 Subject: Move some system includes into c.h, and remove duplicates. --- src/backend/tcop/postgres.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 777641477ee..6dfd32f6b10 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.124 1999/07/16 05:23:18 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.125 1999/07/17 20:17:51 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -17,8 +17,6 @@ */ #include -#include -#include #include #include #include @@ -1496,7 +1494,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.124 $ $Date: 1999/07/16 05:23:18 $\n"); + puts("$Revision: 1.125 $ $Date: 1999/07/17 20:17:51 $\n"); } /* ---------------- -- cgit v1.2.3