1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

More Win32 cleanups for Dave Page.

This commit is contained in:
Bruce Momjian
2004-09-27 22:11:23 +00:00
parent 866627f84d
commit 8efe926bfe
2 changed files with 3 additions and 5 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/exec.c,v 1.26 2004/09/27 22:06:41 momjian Exp $
* $PostgreSQL: pgsql/src/port/exec.c,v 1.27 2004/09/27 22:11:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -24,8 +24,6 @@
#include <sys/wait.h>
#if !defined(_MSC_VER) && !defined(__BORLANDC__)
#include <unistd.h>
#else
#include "port/win32.h"
#endif
#include "miscadmin.h"