From: Simon Marchi Date: Mon, 17 Feb 2025 19:28:54 +0000 (-0500) Subject: gdb: remove unused include in symfile-debug.c X-Git-Tag: binutils-2_45~1564 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=324a22ed372379bd96f3901051c9c27877737c9b;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused include in symfile-debug.c This is reported as unused by clangd. Change-Id: Ida5a93b632cd4477fb91df1ab0edf66f12a28f64 --- diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c index b21a5a433f3..5c414780eb0 100644 --- a/gdb/symfile-debug.c +++ b/gdb/symfile-debug.c @@ -33,7 +33,6 @@ #include "symfile.h" #include "block.h" #include "filenames.h" -#include "cli/cli-style.h" #include "build-id.h" #include "debuginfod-support.h"