From: Tom Tromey Date: Wed, 1 Oct 2025 16:01:53 +0000 (-0600) Subject: Remove two unused includes X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e576e948da25e05f5d8d6eb2830c36e8284021ee;p=thirdparty%2Fbinutils-gdb.git Remove two unused includes dwarf2/read.c no longer uses gdb::task_group, so the include isn't needed. Simon pointed out that the thread-pool.h include isn't needed either. Approved-By: Simon Marchi --- diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index bf982f94042..db535bcf669 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -53,7 +53,6 @@ #include "event-top.h" #include "exceptions.h" #include "gdbsupport/parallel-for.h" -#include "gdbsupport/task-group.h" #include "maint.h" #include "symtab.h" #include "gdbtypes.h" @@ -94,7 +93,6 @@ #include "count-one-bits.h" #include "dwarf2/abbrev-table-cache.h" #include "cooked-index.h" -#include "gdbsupport/thread-pool.h" #include "run-on-main-thread.h" #include "dwarf2/parent-map.h" #include "dwarf2/error.h"