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/input.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/bin/psql/input.c') diff --git a/src/bin/psql/input.c b/src/bin/psql/input.c index 072df4abcee..7cc59c14218 100644 --- a/src/bin/psql/input.c +++ b/src/bin/psql/input.c @@ -3,17 +3,13 @@ * * Copyright (c) 2000-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.37 2004/08/29 05:06:54 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/input.c,v 1.38 2004/09/27 19:16:02 momjian Exp $ */ #include "postgres_fe.h" #include "input.h" #include -#ifdef WIN32 -#include -#endif - #include "pqexpbuffer.h" #include "settings.h" #include "tab-complete.h" -- cgit v1.2.3