Remove unnecessary inclusion, per Andreas.

This commit is contained in:
Tom Lane 2002-11-04 14:25:42 +00:00
parent c14b72577c
commit 7f660090e5

View File

@ -9,7 +9,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.101 2002/08/29 07:22:23 ishii Exp $ * $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.102 2002/11/04 14:25:42 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -24,7 +24,8 @@
#include "nodes/pg_list.h" #include "nodes/pg_list.h"
#include "parser/gramparse.h" #include "parser/gramparse.h"
#include "parser/keywords.h" #include "parser/keywords.h"
#include "parser/parse.h" /* Not needed now that this file is compiled as part of gram.y */
/* #include "parser/parse.h" */
#include "utils/builtins.h" #include "utils/builtins.h"
#include "mb/pg_wchar.h" #include "mb/pg_wchar.h"