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.
This commit is contained in:
Tom Tromey
2023-08-01 09:43:54 -06:00
parent 069a1561b7
commit cbd44c311f
8 changed files with 2 additions and 8 deletions

View File

@@ -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"