[0/2] Remove psympriv.h and simplify includes

Message ID 20230801-psym-incl-fixup-v1-0-53284d513561@adacore.com
Headers
Series Remove psympriv.h and simplify includes |

Message

Tom Tromey Aug. 1, 2023, 4:20 p.m. UTC
  This is just a couple of minor include cleanups I stumbled across.
Hopefully these make gdb a little faster to build.

Tested by rebuilding.

---
Tom Tromey (2):
      Remove most includes of psymtab.h
      Merge psympriv.h into psymtab.h

 gdb/Makefile.in      |   1 -
 gdb/coffread.c       |   1 -
 gdb/ctfread.c        |   2 +-
 gdb/dbxread.c        |   2 +-
 gdb/elfread.c        |   1 -
 gdb/mdebugread.c     |   2 +-
 gdb/mi/mi-cmd-file.c |   1 -
 gdb/mipsread.c       |   2 -
 gdb/objfiles.c       |   1 -
 gdb/objfiles.h       |   1 -
 gdb/psympriv.h       | 588 ---------------------------------------------------
 gdb/psymtab.c        |  14 +-
 gdb/psymtab.h        | 565 ++++++++++++++++++++++++++++++++++++++++++++++++-
 gdb/rust-lang.c      |   1 -
 gdb/stabsread.h      |   2 +
 gdb/xcoffread.c      |   2 +-
 16 files changed, 576 insertions(+), 610 deletions(-)
---
base-commit: a18b53a8f68bc4fde9bd64b553f4ea500b30c626
change-id: 20230801-psym-incl-fixup-da73bb25dc9b

Best regards,
  

Comments

Tom Tromey Aug. 18, 2023, 4:07 p.m. UTC | #1
>>>>> "Tom" == Tom Tromey via Gdb-patches <gdb-patches@sourceware.org> writes:

Tom> This is just a couple of minor include cleanups I stumbled across.
Tom> Hopefully these make gdb a little faster to build.

I'm checking these in.

Tom