From be408939b17af5ae17eb5e1fc43a0a8285ca82a1 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 22 Apr 2024 22:26:41 -0400 Subject: gdb: remove unused includes in breakpoint.{c,h} Remove some includes reported as unused by clangd. Change-Id: I36d388bcff166f6baafa212f0bcbe8af64b2946d --- gdb/breakpoint.c | 1 - gdb/breakpoint.h | 2 -- 2 files changed, 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 #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" -- cgit v1.1