1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-17 06:41:09 +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

@ -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 <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <windows.h>
#define halt(str) \
do { \