From: Simon Marchi Date: Sun, 12 Oct 2025 01:48:49 +0000 (-0400) Subject: gdb: remove unused includes in source.c X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ad69674214f6f3fb2f4b9f2a39db6fa81415c2;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused includes in source.c These two are reported as unused by clangd. Change-Id: I30fb0b986efd27fc6a24b855aeec86c2720ac934 --- diff --git a/gdb/source.c b/gdb/source.c index 381e8d9609d..aee3b92e570 100644 --- a/gdb/source.c +++ b/gdb/source.c @@ -31,8 +31,6 @@ #include #include #include -#include "gdbcore.h" -#include "gdbsupport/gdb_regex.h" #include "symfile.h" #include "objfiles.h" #include "annotate.h"