diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-09-27 19:16:03 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-09-27 19:16:03 +0000 |
commit | 32b24bfa975f962e5bc61886ccc78cf656b6295c (patch) | |
tree | a2b415c410dae85c4c3cb4c6f7ed262a98933a55 /src/timezone/zic.c | |
parent | 7ceec70fc79a3c9bbda802b1464f05b791f28f2c (diff) | |
download | postgresql-32b24bfa975f962e5bc61886ccc78cf656b6295c.tar.gz postgresql-32b24bfa975f962e5bc61886ccc78cf656b6295c.zip |
Remove inclusion of windows.h now that it is included in c.h, per idea
from Peter.
Diffstat (limited to 'src/timezone/zic.c')
-rw-r--r-- | src/timezone/zic.c | 6 |
1 files changed, 1 insertions, 5 deletions
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 <windows.h> -#endif - #ifdef HAVE_SYS_STAT_H #include <sys/stat.h> #endif |