diff options
author | Bruce Momjian | 2004-10-18 19:08:58 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-10-18 19:08:58 +0000 |
commit | b3fe6bcafe8f54ca354495a01eeff1b0a5353892 (patch) | |
tree | a263f7486f021b0f72c5e33c6fd86ffd9bbb05e3 /src/port/exec.c | |
parent | cd8db9532b200d9e77987a090ffc7f8d47492afa (diff) |
Remove use of "miscadmin.h" in port C files and remove test for frontend
in miscadmin.h.
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 */ |