Do not include parser-defs.h from c-lang.h
authorTom Tromey <tom@tromey.com>
Tue, 24 Nov 2020 18:50:54 +0000 (11:50 -0700)
committerTom Tromey <tom@tromey.com>
Wed, 25 Nov 2020 17:10:11 +0000 (10:10 -0700)
commitaf30c400ea2ae16742ce194f0490fec4170320d5
tree9de52718b333a8c56784dce94062157a20d0fbbe
parent21401fc7bf67dbf73f4a3eda4bcfc58fa4211584
Do not include parser-defs.h from c-lang.h

While working on another series, I noticed that c-lang.h does not need
to include parser-defs.h.  This patch makes this change, and fixes up
the two .c files that needed this include.  Tested by rebuilding.

gdb/ChangeLog
2020-11-25  Tom Tromey  <tom@tromey.com>

* d-lang.c: Include parser-defs.h.
* rust-lang.c: Include parser-defs.h.
* c-lang.h: Do not include parser-defs.h.
gdb/ChangeLog
gdb/c-lang.h
gdb/d-lang.c
gdb/rust-lang.c