diff options
author | Tom Tromey <tromey@adacore.com> | 2023-08-01 09:43:54 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2023-08-18 10:08:22 -0600 |
commit | cbd44c311f3d9d03fa7caf528c44b25eaac399a6 (patch) | |
tree | f2062c099615631d2da36ce34b2c1a9b2a0c57a7 /gdb/mipsread.c | |
parent | 069a1561b76532964b1dcc3bdd8f745e927358d6 (diff) | |
download | gdb-cbd44c311f3d9d03fa7caf528c44b25eaac399a6.zip gdb-cbd44c311f3d9d03fa7caf528c44b25eaac399a6.tar.gz gdb-cbd44c311f3d9d03fa7caf528c44b25eaac399a6.tar.bz2 |
Remove most includes of psymtab.h
I found that most spots including psymtab.h do not need it. This
patch removes these includes, and also one unnecessary include of
psympriv.h.
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index efff284..4476841 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -39,8 +39,6 @@ #include "elf/internal.h" #include "elf/mips.h" -#include "psymtab.h" - static void read_alphacoff_dynamic_symtab (minimal_symbol_reader &, struct objfile *objfile); |