summaryrefslogtreecommitdiff
path: root/src/port/exec.c
diff options
context:
space:
mode:
authorBruce Momjian2004-10-18 19:08:58 +0000
committerBruce Momjian2004-10-18 19:08:58 +0000
commitb3fe6bcafe8f54ca354495a01eeff1b0a5353892 (patch)
treea263f7486f021b0f72c5e33c6fd86ffd9bbb05e3 /src/port/exec.c
parentcd8db9532b200d9e77987a090ffc7f8d47492afa (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.c4
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 */