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/dirmod.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/port/dirmod.c') diff --git a/src/port/dirmod.c b/src/port/dirmod.c index d2b51716ed3..1141138984d 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -10,7 +10,7 @@ * Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.26 2004/09/10 09:58:21 momjian Exp $ + * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.27 2004/09/27 19:16:02 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -402,7 +402,6 @@ rmtree(char *path, bool rmtopdir) #include #include #include -#include #define halt(str) \ do { \ -- cgit v1.2.3