]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Remove two unused includes
authorTom Tromey <tromey@adacore.com>
Wed, 1 Oct 2025 16:01:53 +0000 (10:01 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 2 Oct 2025 17:55:01 +0000 (11:55 -0600)
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 <simon.marchi@efficios.com>
gdb/dwarf2/read.c

index bf982f9404287ee90f13b93f45869ad224893a63..db535bcf66963d406e0fc964126dee756fee34f5 100644 (file)
@@ -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"