From e576e948da25e05f5d8d6eb2830c36e8284021ee Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 1 Oct 2025 10:01:53 -0600 Subject: [PATCH] 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 --- gdb/dwarf2/read.c | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.47.3