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/port/crypt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/port/crypt.c') diff --git a/src/port/crypt.c b/src/port/crypt.c index caa8d82142a..10f63e7d203 100644 --- a/src/port/crypt.c +++ b/src/port/crypt.c @@ -52,9 +52,7 @@ __RCSID("$NetBSD: crypt.c,v 1.18 2001/03/01 14:37:35 wiz Exp $"); #include #include -#ifdef WIN32 -#include -#else +#ifndef WIN32 #include #endif -- cgit v1.2.3