diff options
author | Neil Conway <neilc@samurai.com> | 2007-06-19 21:24:48 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-06-19 21:24:48 +0000 |
commit | ec4595dae15b85ead2e563760ef99af0cff348ab (patch) | |
tree | 1bc299de645a8fd137e3eb51370ee717810b4eb4 /src | |
parent | 6e07228728e51bf875ecc9669f63ed648aba88c9 (diff) |
Remove duplicate #include.
Diffstat (limited to 'src')
-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 3ac6f000d85..385f4816384 100644 --- a/src/backend/parser/analyze.c +++ b/src/backend/parser/analyze.c @@ -20,7 +20,7 @@ * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/backend/parser/analyze.c,v 1.364 2007/06/11 01:16:24 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/parser/analyze.c,v 1.365 2007/06/19 21:24:48 neilc Exp $ * *------------------------------------------------------------------------- */ @@ -45,7 +45,6 @@ #include "parser/parse_clause.h" #include "parser/parse_coerce.h" #include "parser/parse_expr.h" -#include "parser/parse_expr.h" #include "parser/parse_relation.h" #include "parser/parse_target.h" #include "parser/parse_type.h" |