diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-15 15:21:54 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-15 15:21:54 +0000 |
| commit | 4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb (patch) | |
| tree | 35742cac274127492f314850d8baca1215a1e68e /src/backend/parser/analyze.c | |
| parent | 0df761420d30e89fa606e34795e5f3da0713d6f6 (diff) | |
| download | postgresql-4b2c2850bf243cfa4a7b4cbd2e60ba1791c098fb.tar.gz | |
Clean up #include in /include directory. Add scripts for checking includes.
Diffstat (limited to 'src/backend/parser/analyze.c')
| -rw-r--r-- | src/backend/parser/analyze.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/parser/analyze.c b/src/backend/parser/analyze.c index e21af3abf3..59ae795f3a 100644 --- a/src/backend/parser/analyze.c +++ b/src/backend/parser/analyze.c @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.c,v 1.111 1999/07/13 21:17:32 momjian Exp $ + * $Id: analyze.c,v 1.112 1999/07/15 15:19:29 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -31,7 +31,6 @@ #include "parse.h" #include "utils/builtins.h" -#include "utils/mcxt.h" static Query *transformStmt(ParseState *pstate, Node *stmt); static Query *transformDeleteStmt(ParseState *pstate, DeleteStmt *stmt); |
