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/mbprint.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/bin/psql/mbprint.c') diff --git a/src/bin/psql/mbprint.c b/src/bin/psql/mbprint.c index 588aa242f26..78cbdcdf6df 100644 --- a/src/bin/psql/mbprint.c +++ b/src/bin/psql/mbprint.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2004, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/mbprint.c,v 1.14 2004/08/29 04:13:02 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/mbprint.c,v 1.15 2004/09/27 19:16:02 momjian Exp $ */ #include "postgres_fe.h" @@ -14,10 +14,6 @@ #include "mb/pg_wchar.h" -#ifdef WIN32 -#include -#endif - /* * This is an implementation of wcwidth() and wcswidth() as defined in * "The Single UNIX Specification, Version 2, The Open Group, 1997" -- cgit v1.2.3