]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: remove unused includes in exceptions.c
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 11 Mar 2025 19:04:21 +0000 (15:04 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 12 Mar 2025 18:14:24 +0000 (14:14 -0400)
These are reported as unused by clangd.

Change-Id: I54b3fba4d7a73c955a9a26c0d340a384b2d37b32

gdb/exceptions.c

index 0fdb0758cdba8efe96c146a504e35a8dbda21f4c..741049ae365df9fd455e31ce24d1f74f2e041007 100644 (file)
    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>