pgsql: Tweak cpluspluscheck to avoid directly #include'ing gram.h.

Started by Tom Laneover 15 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Tweak cpluspluscheck to avoid directly #include'ing gram.h.

gram.h has ordering dependencies, which are satisfied when it's included
from gramparse.h, but might not be if it's pulled in directly.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=a977db6f1c3f399e5eaeb2514c72f38bdb8319e8

Modified Files
--------------
src/tools/pginclude/cpluspluscheck | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)