Remove some unnecessary includes from *-exp.y
I noticed a weird comment in one of the .y files, and then ended up removing some unnecessary #includes from these files. Tested by rebuilding. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
parent
145674b325
commit
552b178f25
7 changed files with 0 additions and 22 deletions
|
@ -42,9 +42,6 @@
|
|||
#include "parser-defs.h"
|
||||
#include "language.h"
|
||||
#include "ada-lang.h"
|
||||
#include "bfd.h" /* Required by objfiles.h. */
|
||||
#include "symfile.h" /* Required by objfiles.h. */
|
||||
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
|
||||
#include "frame.h"
|
||||
#include "block.h"
|
||||
#include "ada-exp.h"
|
||||
|
|
|
@ -43,9 +43,6 @@
|
|||
#include "language.h"
|
||||
#include "c-lang.h"
|
||||
#include "c-support.h"
|
||||
#include "bfd.h" /* Required by objfiles.h. */
|
||||
#include "symfile.h" /* Required by objfiles.h. */
|
||||
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
|
||||
#include "charset.h"
|
||||
#include "block.h"
|
||||
#include "cp-support.h"
|
||||
|
|
|
@ -46,9 +46,6 @@
|
|||
#include "language.h"
|
||||
#include "c-lang.h"
|
||||
#include "d-lang.h"
|
||||
#include "bfd.h" /* Required by objfiles.h. */
|
||||
#include "symfile.h" /* Required by objfiles.h. */
|
||||
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
|
||||
#include "charset.h"
|
||||
#include "block.h"
|
||||
#include "type-stack.h"
|
||||
|
|
|
@ -48,9 +48,6 @@
|
|||
#include "parser-defs.h"
|
||||
#include "language.h"
|
||||
#include "f-lang.h"
|
||||
#include "bfd.h" /* Required by objfiles.h. */
|
||||
#include "symfile.h" /* Required by objfiles.h. */
|
||||
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
|
||||
#include "block.h"
|
||||
#include <ctype.h>
|
||||
#include <algorithm>
|
||||
|
|
|
@ -59,9 +59,6 @@
|
|||
#include "language.h"
|
||||
#include "c-lang.h"
|
||||
#include "go-lang.h"
|
||||
#include "bfd.h" /* Required by objfiles.h. */
|
||||
#include "symfile.h" /* Required by objfiles.h. */
|
||||
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
|
||||
#include "charset.h"
|
||||
#include "block.h"
|
||||
#include "expop.h"
|
||||
|
|
|
@ -43,9 +43,6 @@
|
|||
#include "value.h"
|
||||
#include "parser-defs.h"
|
||||
#include "m2-lang.h"
|
||||
#include "bfd.h" /* Required by objfiles.h. */
|
||||
#include "symfile.h" /* Required by objfiles.h. */
|
||||
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols */
|
||||
#include "block.h"
|
||||
#include "m2-exp.h"
|
||||
|
||||
|
|
|
@ -50,11 +50,7 @@
|
|||
#include "parser-defs.h"
|
||||
#include "language.h"
|
||||
#include "p-lang.h"
|
||||
#include "bfd.h" /* Required by objfiles.h. */
|
||||
#include "symfile.h" /* Required by objfiles.h. */
|
||||
#include "objfiles.h" /* For have_full_symbols and have_partial_symbols. */
|
||||
#include "block.h"
|
||||
#include "completer.h"
|
||||
#include "expop.h"
|
||||
|
||||
#define parse_type(ps) builtin_type (ps->gdbarch ())
|
||||
|
|
Loading…
Add table
Reference in a new issue