diff options
| author | Bruce Momjian <bruce@momjian.us> | 2004-09-27 22:11:23 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2004-09-27 22:11:23 +0000 |
| commit | 8efe926bfe843d9842855d856b0423944369262f (patch) | |
| tree | 2691335fc2ad1365ae5986097c3bc5830d73c3ca /src/port/exec.c | |
| parent | 866627f84dfd01372748ef851e4be89429d7b346 (diff) | |
| download | postgresql-8efe926bfe843d9842855d856b0423944369262f.tar.gz | |
More Win32 cleanups for Dave Page.
Diffstat (limited to 'src/port/exec.c')
| -rw-r--r-- | src/port/exec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/port/exec.c b/src/port/exec.c index cd583d5234..3958e78781 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -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" |
