From: Simon Marchi Date: Thu, 16 May 2024 04:58:08 +0000 (-0400) Subject: gdb: remove unused include in infcmd.c X-Git-Tag: gdb-15-branchpoint~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2e6bf023e856831fefb6c7f9b4aee9283c6dde7;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused include in infcmd.c clangd reports this header as unused. Change-Id: I7bf413f57b2840a52d83bd4f8b9415728bc0917b --- diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 09b8d394115..02f6f0b3683 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -54,7 +54,6 @@ #include #include "source.h" #include "cli/cli-style.h" -#include "dwarf2/loc.h" /* Local functions: */