forked from Imagelibrary/binutils-gdb
gdb: remove unused includes in breakpoint.{c,h}
Remove some includes reported as unused by clangd. Change-Id: I36d388bcff166f6baafa212f0bcbe8af64b2946d
This commit is contained in:
committed by
Simon Marchi
parent
cc08f5580e
commit
be408939b1
@@ -57,7 +57,6 @@
|
|||||||
#include "valprint.h"
|
#include "valprint.h"
|
||||||
#include "jit.h"
|
#include "jit.h"
|
||||||
#include "parser-defs.h"
|
#include "parser-defs.h"
|
||||||
#include "gdbsupport/gdb_regex.h"
|
|
||||||
#include "probe.h"
|
#include "probe.h"
|
||||||
#include "cli/cli-utils.h"
|
#include "cli/cli-utils.h"
|
||||||
#include "stack.h"
|
#include "stack.h"
|
||||||
|
|||||||
@@ -29,8 +29,6 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
#include "gdbsupport/array-view.h"
|
#include "gdbsupport/array-view.h"
|
||||||
#include "gdbsupport/filtered-iterator.h"
|
#include "gdbsupport/filtered-iterator.h"
|
||||||
#include "gdbsupport/function-view.h"
|
|
||||||
#include "gdbsupport/next-iterator.h"
|
|
||||||
#include "gdbsupport/iterator-range.h"
|
#include "gdbsupport/iterator-range.h"
|
||||||
#include "gdbsupport/refcounted-object.h"
|
#include "gdbsupport/refcounted-object.h"
|
||||||
#include "gdbsupport/safe-iterator.h"
|
#include "gdbsupport/safe-iterator.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user