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

@@ -27,7 +27,6 @@
#include "progspace.h"
#include "registry.h"
#include "gdb_bfd.h"
#include "psymtab.h"
#include <atomic>
#include <bitset>
#include <vector>