From cbd44c311f3d9d03fa7caf528c44b25eaac399a6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 1 Aug 2023 09:43:54 -0600 Subject: 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. --- gdb/objfiles.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/objfiles.c') 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" -- cgit v1.1