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/timezone/zic.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/timezone/zic.c') diff --git a/src/timezone/zic.c b/src/timezone/zic.c index 3a9308bc624..5cc24329981 100644 --- a/src/timezone/zic.c +++ b/src/timezone/zic.c @@ -3,7 +3,7 @@ * 1996-06-05 by Arthur David Olson (arthur_david_olson@nih.gov). * * IDENTIFICATION - * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.12 2004/08/29 05:07:02 momjian Exp $ + * $PostgreSQL: pgsql/src/timezone/zic.c,v 1.13 2004/09/27 19:16:03 momjian Exp $ */ #include "postgres.h" @@ -18,10 +18,6 @@ #include "private.h" #include "tzfile.h" -#ifdef WIN32 -#include -#endif - #ifdef HAVE_SYS_STAT_H #include #endif -- cgit v1.2.3