[pushed,2/2] gdb: remove some unused includes from printcmd.c
Checks
Commit Message
clangd reports them as unused.
Change-Id: I50a3c13db128ffe1630364f707d66a24ce11d352
---
gdb/printcmd.c | 2 --
1 file changed, 2 deletions(-)
@@ -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 <optional>
#include "gdbsupport/gdb-safe-ctype.h"
-#include "gdbsupport/rsp-low.h"
#include "inferior.h"
/* Chain containing all defined memory-tag subcommands. */