diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-03-11 13:43:24 -0400 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-03-12 14:14:23 -0400 |
commit | bb196461592856dc40840628bc3439415cd22dad (patch) | |
tree | 1a76a6d29711764c0e465f9722bbe3f8662a8ab7 /gdb | |
parent | cf4fdbd491bbf60267d4ba6ec3f533944e376e6c (diff) | |
download | binutils-bb196461592856dc40840628bc3439415cd22dad.zip binutils-bb196461592856dc40840628bc3439415cd22dad.tar.gz binutils-bb196461592856dc40840628bc3439415cd22dad.tar.bz2 |
gdb: remove include from process-stratum-target.h
It is reported as unused by clangd.
Change-Id: I73c03577c521c1b71128409b5cf085a4d1785080
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/process-stratum-target.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/process-stratum-target.h b/gdb/process-stratum-target.h index 5a9b1d3..5ca433a 100644 --- a/gdb/process-stratum-target.h +++ b/gdb/process-stratum-target.h @@ -21,7 +21,6 @@ #define GDB_PROCESS_STRATUM_TARGET_H #include "target.h" -#include "gdbsupport/intrusive_list.h" #include "gdbsupport/gdb-checked-static-cast.h" #include "gdbsupport/unordered_set.h" #include "gdbthread.h" |