From: Simon Marchi Date: Wed, 17 Dec 2025 01:43:19 +0000 (-0500) Subject: gdb: remove unused include from gdbtypes.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec5d2704a4e72456ef85f4a90ffb2d6138b2906;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused include from gdbtypes.c clangd says it's not used. Change-Id: I49ae57264599b490c3fe4c61c05a11e7c0891056 --- diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index 6736de96c04..975e1246a0d 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -32,7 +32,6 @@ #include "complaints.h" #include "cli/cli-cmds.h" #include "cp-abi.h" -#include "hashtab.h" #include "cp-support.h" #include "bcache.h" #include "dwarf2/loc.h"