1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +03:00

Remove inclusion of windows.h now that it is included in c.h, per idea

from Peter.
This commit is contained in:
Bruce Momjian
2004-09-27 19:16:03 +00:00
parent 7ceec70fc7
commit 32b24bfa97
8 changed files with 11 additions and 32 deletions

View File

@@ -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