aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2025-10-11 21:48:49 -0400
committerSimon Marchi <simon.marchi@efficios.com>2025-10-20 16:08:31 -0400
commita2ad69674214f6f3fb2f4b9f2a39db6fa81415c2 (patch)
tree3cb87a9735a62676164d3671fee7e4dcd3012836 /gdb
parenta5cbe67512d3cfb1767733c8de74b70b45ebe052 (diff)
downloadbinutils-a2ad69674214f6f3fb2f4b9f2a39db6fa81415c2.zip
binutils-a2ad69674214f6f3fb2f4b9f2a39db6fa81415c2.tar.gz
binutils-a2ad69674214f6f3fb2f4b9f2a39db6fa81415c2.tar.bz2
gdb: remove unused includes in source.c
These two are reported as unused by clangd. Change-Id: I30fb0b986efd27fc6a24b855aeec86c2720ac934
Diffstat (limited to 'gdb')
-rw-r--r--gdb/source.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/source.c b/gdb/source.c
index 381e8d9..aee3b92 100644
--- a/gdb/source.c
+++ b/gdb/source.c
@@ -31,8 +31,6 @@
#include <list>
#include <sys/types.h>
#include <fcntl.h>
-#include "gdbcore.h"
-#include "gdbsupport/gdb_regex.h"
#include "symfile.h"
#include "objfiles.h"
#include "annotate.h"