aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2024-04-22 22:26:41 -0400
committerSimon Marchi <simon.marchi@efficios.com>2024-05-30 15:07:00 -0400
commitbe408939b17af5ae17eb5e1fc43a0a8285ca82a1 (patch)
tree582c458a2af0745763f23e42463a1aaf5e6c1f5f
parentcc08f5580eefc467a9a5fa8f66eeaf6a1a9bbac6 (diff)
downloadbinutils-be408939b17af5ae17eb5e1fc43a0a8285ca82a1.zip
binutils-be408939b17af5ae17eb5e1fc43a0a8285ca82a1.tar.gz
binutils-be408939b17af5ae17eb5e1fc43a0a8285ca82a1.tar.bz2
gdb: remove unused includes in breakpoint.{c,h}
Remove some includes reported as unused by clangd. Change-Id: I36d388bcff166f6baafa212f0bcbe8af64b2946d
-rw-r--r--gdb/breakpoint.c1
-rw-r--r--gdb/breakpoint.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 5653842..fff9508 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -57,7 +57,6 @@
#include "valprint.h"
#include "jit.h"
#include "parser-defs.h"
-#include "gdbsupport/gdb_regex.h"
#include "probe.h"
#include "cli/cli-utils.h"
#include "stack.h"
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h
index 6da04d5..ddc3719 100644
--- a/gdb/breakpoint.h
+++ b/gdb/breakpoint.h
@@ -29,8 +29,6 @@
#include <vector>
#include "gdbsupport/array-view.h"
#include "gdbsupport/filtered-iterator.h"
-#include "gdbsupport/function-view.h"
-#include "gdbsupport/next-iterator.h"
#include "gdbsupport/iterator-range.h"
#include "gdbsupport/refcounted-object.h"
#include "gdbsupport/safe-iterator.h"