From: Simon Marchi Date: Sat, 15 Feb 2025 03:25:34 +0000 (-0500) Subject: gdb: remove unused include in objfiles.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=531d69412e277e85eb9a040db393aa92c9b80e56;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused include in objfiles.h clangd reports this include as unused. Change-Id: I6a4224d8aa581fea2336da124c89ade09f573af3 --- diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 84866e1e30a..006e1bdbefc 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -34,7 +34,6 @@ #include #include #include "gdbsupport/gdb_obstack.h" -#include "hashtab.h" #include "breakpoint.h" #include "block.h"