mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-30 05:14:18 +08:00
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.
This commit is contained in:
@ -38,6 +38,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include "cli/cli-style.h"
|
||||
#include "parser-defs.h"
|
||||
|
||||
/* See rust-lang.h. */
|
||||
|
||||
|
Reference in New Issue
Block a user