[pushed,3/3] gdb: remove unused includes in exceptions.c

Message ID 20250312182239.48744-3-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-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply

Commit Message

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

Change-Id: I54b3fba4d7a73c955a9a26c0d340a384b2d37b32
---
 gdb/exceptions.c | 2 --
 1 file changed, 2 deletions(-)
  

Patch

diff --git a/gdb/exceptions.c b/gdb/exceptions.c
index 0fdb0758cdba..741049ae365d 100644
--- a/gdb/exceptions.c
+++ b/gdb/exceptions.c
@@ -18,13 +18,11 @@ 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "exceptions.h"
-#include "breakpoint.h"
 #include "target.h"
 #include "inferior.h"
 #include "annotate.h"
 #include "ui-out.h"
 #include "serial.h"
-#include "gdbthread.h"
 #include "ui.h"
 #include <optional>