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.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/objfiles.h') diff --git a/gdb/objfiles.h b/gdb/objfiles.h index 189856f..91dda1c 100644 --- a/gdb/objfiles.h +++ b/gdb/objfiles.h @@ -27,7 +27,6 @@ #include "progspace.h" #include "registry.h" #include "gdb_bfd.h" -#include "psymtab.h" #include #include #include -- cgit v1.1