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/objfiles.c | |
parent | 069a1561b76532964b1dcc3bdd8f745e927358d6 (diff) | |
download | binutils-cbd44c311f3d9d03fa7caf528c44b25eaac399a6.zip binutils-cbd44c311f3d9d03fa7caf528c44b25eaac399a6.tar.gz binutils-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/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 5ba5f0a..222fa89 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -47,7 +47,6 @@ #include "exec.h" #include "observable.h" #include "complaints.h" -#include "psymtab.h" #include "solist.h" #include "gdb_bfd.h" #include "btrace.h" |