aboutsummaryrefslogtreecommitdiff
path: root/gdb/p-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/p-exp.y
parent145674b32572f848bd17d034e6babb1449ee1896 (diff)
downloadfsf-binutils-gdb-552b178f2521d552ca0153acc4b9e443ec58b44c.zip
fsf-binutils-gdb-552b178f2521d552ca0153acc4b9e443ec58b44c.tar.gz
fsf-binutils-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/p-exp.y')
-rw-r--r--gdb/p-exp.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/p-exp.y b/gdb/p-exp.y
index b5251b9..b086bf7 100644
--- a/gdb/p-exp.y
+++ b/gdb/p-exp.y
@@ -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 ())