From: Simon Marchi Date: Mon, 3 Mar 2025 15:46:11 +0000 (-0500) Subject: gdb: remove some unused includes from printcmd.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4852a6f24087c296da7d3879b72fadd4b81858e;p=thirdparty%2Fbinutils-gdb.git gdb: remove some unused includes from printcmd.c clangd reports them as unused. Change-Id: I50a3c13db128ffe1630364f707d66a24ce11d352 --- diff --git a/gdb/printcmd.c b/gdb/printcmd.c index a9c4e935f3a..3cd84204574 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -43,7 +43,6 @@ #include "disasm.h" #include "target-float.h" #include "observable.h" -#include "solist.h" #include "parser-defs.h" #include "charset.h" #include "arch-utils.h" @@ -56,7 +55,6 @@ #include "gdbsupport/byte-vector.h" #include #include "gdbsupport/gdb-safe-ctype.h" -#include "gdbsupport/rsp-low.h" #include "inferior.h" /* Chain containing all defined memory-tag subcommands. */