From 32b24bfa975f962e5bc61886ccc78cf656b6295c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 27 Sep 2004 19:16:03 +0000 Subject: Remove inclusion of windows.h now that it is included in c.h, per idea from Peter. --- src/bin/psql/startup.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/bin/psql/startup.c') diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 06b0c06da90..e0aea1d3eb4 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.100 2004/09/13 23:07:12 neilc Exp $ + * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.101 2004/09/27 19:16:02 momjian Exp $ */ #include "postgres_fe.h" @@ -13,7 +13,6 @@ #include #else /* WIN32 */ #include -#include #include #endif /* WIN32 */ -- cgit v1.2.3