summaryrefslogtreecommitdiff
path: root/gdb/go-exp.y
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-03-18 08:27:17 -0600
committerTom Tromey <tom@tromey.com>2023-03-20 15:28:49 -0600
commit552b178f2521d552ca0153acc4b9e443ec58b44c (patch)
tree3e4440f56b14e5ed72e8d05af96d931f1ae6583c /gdb/go-exp.y
parent145674b32572f848bd17d034e6babb1449ee1896 (diff)
downloadbinutils-gdb-552b178f2521d552ca0153acc4b9e443ec58b44c.tar.gz
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/go-exp.y')
-rw-r--r--gdb/go-exp.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/go-exp.y b/gdb/go-exp.y
index 6aa4c426df6..542a06d06d6 100644
--- a/gdb/go-exp.y
+++ b/gdb/go-exp.y
@@ -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"