[pushed,1/3] gdb: remove include from process-stratum-target.h

Message ID 20250312182239.48744-1-simon.marchi@efficios.com
State New
Headers
Series [pushed,1/3] gdb: remove include from process-stratum-target.h |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply

Commit Message

Simon Marchi March 12, 2025, 6:22 p.m. UTC
  It is reported as unused by clangd.

Change-Id: I73c03577c521c1b71128409b5cf085a4d1785080
---
 gdb/process-stratum-target.h | 1 -
 1 file changed, 1 deletion(-)


base-commit: cf4fdbd491bbf60267d4ba6ec3f533944e376e6c
  

Patch

diff --git a/gdb/process-stratum-target.h b/gdb/process-stratum-target.h
index 5a9b1d37e791..5ca433ab1f39 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"