From: Simon Marchi Date: Tue, 11 Mar 2025 19:04:21 +0000 (-0400) Subject: gdb: remove unused includes in exceptions.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=add96080cf9e460afe478cfad489d7f22ab10678;p=thirdparty%2Fbinutils-gdb.git gdb: remove unused includes in exceptions.c These are reported as unused by clangd. Change-Id: I54b3fba4d7a73c955a9a26c0d340a384b2d37b32 --- diff --git a/gdb/exceptions.c b/gdb/exceptions.c index 0fdb0758cdb..741049ae365 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -18,13 +18,11 @@ along with this program. If not, see . */ #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