diff options
author | Tom Tromey <tom@tromey.com> | 2023-03-18 08:27:17 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2023-03-20 15:28:49 -0600 |
commit | 552b178f2521d552ca0153acc4b9e443ec58b44c (patch) | |
tree | 3e4440f56b14e5ed72e8d05af96d931f1ae6583c /gdb/c-exp.y | |
parent | 145674b32572f848bd17d034e6babb1449ee1896 (diff) | |
download | gdb-552b178f2521d552ca0153acc4b9e443ec58b44c.zip gdb-552b178f2521d552ca0153acc4b9e443ec58b44c.tar.gz gdb-552b178f2521d552ca0153acc4b9e443ec58b44c.tar.bz2 |
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>
Diffstat (limited to 'gdb/c-exp.y')
-rw-r--r-- | gdb/c-exp.y | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/c-exp.y b/gdb/c-exp.y index 00599b0..9ee4115 100644 --- a/gdb/c-exp.y +++ b/gdb/c-exp.y @@ -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" |