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/elfread.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/elfread.c')
-rw-r--r-- | gdb/elfread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/elfread.c b/gdb/elfread.c index 349a8b7..862beb9 100644 --- a/gdb/elfread.c +++ b/gdb/elfread.c @@ -30,7 +30,6 @@ #include "objfiles.h" #include "stabsread.h" #include "demangle.h" -#include "psympriv.h" #include "filenames.h" #include "probe.h" #include "arch-utils.h" |