aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2024-05-16 00:58:08 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2024-05-16 12:56:25 -0400
commite2e6bf023e856831fefb6c7f9b4aee9283c6dde7 (patch)
tree421fc270371afd2f36a1660df54b33aaf8cc3269 /gdb
parentf6bbac3f2e3e448e32dc15e8a0d25141e97d9729 (diff)
downloadgdb-e2e6bf023e856831fefb6c7f9b4aee9283c6dde7.zip
gdb-e2e6bf023e856831fefb6c7f9b4aee9283c6dde7.tar.gz
gdb-e2e6bf023e856831fefb6c7f9b4aee9283c6dde7.tar.bz2
gdb: remove unused include in infcmd.c
clangd reports this header as unused. Change-Id: I7bf413f57b2840a52d83bd4f8b9415728bc0917b
Diffstat (limited to 'gdb')
-rw-r--r--gdb/infcmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c
index 09b8d39..02f6f0b 100644
--- a/gdb/infcmd.c
+++ b/gdb/infcmd.c
@@ -54,7 +54,6 @@
#include <optional>
#include "source.h"
#include "cli/cli-style.h"
-#include "dwarf2/loc.h"
/* Local functions: */