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/mi | |
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/mi')
-rw-r--r-- | gdb/mi/mi-cmd-file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mi/mi-cmd-file.c b/gdb/mi/mi-cmd-file.c index 0883cb6..688bf49 100644 --- a/gdb/mi/mi-cmd-file.c +++ b/gdb/mi/mi-cmd-file.c @@ -25,7 +25,6 @@ #include "symtab.h" #include "source.h" #include "objfiles.h" -#include "psymtab.h" #include "solib.h" #include "solist.h" #include "gdbsupport/gdb_regex.h" |