aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-02-25 17:25:47 +0000
committerBruce Momjian <bruce@momjian.us>1999-02-25 17:25:47 +0000
commitc438520b9182a94b718d26792dd8dd30dc4962fa (patch)
tree9f0d2ed0f0cf74e7c93709a8892f4d4149b33a16 /src
parent6df955fd3b6e77ac58a491598c7e97fdb047afa4 (diff)
downloadpostgresql-c438520b9182a94b718d26792dd8dd30dc4962fa.tar.gz
postgresql-c438520b9182a94b718d26792dd8dd30dc4962fa.zip
Remove reference to recipe.h.
Diffstat (limited to 'src')
-rw-r--r--src/backend/tcop/utility.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c
index da9391ba144..54d1dd889f9 100644
--- a/src/backend/tcop/utility.c
+++ b/src/backend/tcop/utility.c
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.56 1999/02/24 17:29:01 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.57 1999/02/25 17:25:47 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -31,7 +31,6 @@
#include "commands/view.h"
#include "commands/version.h"
#include "commands/vacuum.h"
-#include "commands/recipe.h"
#include "commands/explain.h"
#include "commands/trigger.h"
#include "commands/proclang.h"