From: Simon Marchi Date: Fri, 13 Feb 2026 17:15:43 +0000 (-0500) Subject: gdb: remove unused include from symfile.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fadfc0387aca30de08f1be27b9a87f607d2fdbb1;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused include from symfile.h clangd says it's unused. Change-Id: I7a1745303f26424966ab6b1e37994007c91410c0 --- diff --git a/gdb/symfile.h b/gdb/symfile.h index f191db0c239..62859a1b0c6 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -27,7 +27,6 @@ #include "objfile-flags.h" #include "gdb_bfd.h" #include "target-section.h" -#include "quick-symbol.h" /* Opaque declarations. */ struct target_section;