Skip to content

Commit 7f66009

Browse files
committed
Remove unnecessary inclusion, per Andreas.
1 parent c14b725 commit 7f66009

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/backend/parser/scan.l

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.101 2002/08/29 07:22:23 ishii Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/parser/scan.l,v 1.102 2002/11/04 14:25:42 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -24,7 +24,8 @@
2424
#include "nodes/pg_list.h"
2525
#include "parser/gramparse.h"
2626
#include "parser/keywords.h"
27-
#include "parser/parse.h"
27+
/* Not needed now that this file is compiled as part of gram.y */
28+
/* #include "parser/parse.h" */
2829
#include "utils/builtins.h"
2930
#include "mb/pg_wchar.h"
3031

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy