diff options
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 650fc724768..8d32754c8e7 100644 --- a/src/port/exec.c +++ b/src/port/exec.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/exec.c,v 1.29 2004/10/07 15:21:57 momjian Exp $ + * $PostgreSQL: pgsql/src/port/exec.c,v 1.30 2004/10/18 19:08:58 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,8 +26,6 @@ #include <unistd.h> #endif -#include "miscadmin.h" - #define _(x) gettext(x) #ifndef S_IRUSR /* XXX [TRH] should be in a header */ |