OSDN Git Service

Remove duplicate #include.
authorNeil Conway <neilc@samurai.com>
Tue, 19 Jun 2007 21:24:48 +0000 (21:24 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 19 Jun 2007 21:24:48 +0000 (21:24 +0000)
src/backend/parser/analyze.c

index 3ac6f00..385f481 100644 (file)
@@ -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"