From: Simon Marchi Date: Tue, 11 Mar 2025 17:43:24 +0000 (-0400) Subject: gdb: remove include from process-stratum-target.h X-Git-Tag: binutils-2_45~1211 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb196461592856dc40840628bc3439415cd22dad;p=thirdparty%2Fbinutils-gdb.git gdb: remove include from process-stratum-target.h It is reported as unused by clangd. Change-Id: I73c03577c521c1b71128409b5cf085a4d1785080 --- diff --git a/gdb/process-stratum-target.h b/gdb/process-stratum-target.h index 5a9b1d37e79..5ca433ab1f3 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"