1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +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

@ -52,9 +52,7 @@ __RCSID("$NetBSD: crypt.c,v 1.18 2001/03/01 14:37:35 wiz Exp $");
#include <limits.h>
#include <stdlib.h>
#ifdef WIN32
#include <windows.h>
#else
#ifndef WIN32
#include <unistd.h>
#endif