aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
Diffstat (limited to 'gdb')
-rw-r--r--gdb/dwarf2/cooked-index-worker.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/dwarf2/cooked-index-worker.h b/gdb/dwarf2/cooked-index-worker.h
index ad33633..0f2fa6c 100644
--- a/gdb/dwarf2/cooked-index-worker.h
+++ b/gdb/dwarf2/cooked-index-worker.h
@@ -21,11 +21,10 @@
#define GDB_DWARF2_COOKED_INDEX_WORKER_H
#include "dwarf2/abbrev-table-cache.h"
-#include "dwarf2/cooked-index.h"
+#include "dwarf2/cooked-index-entry.h"
+#include "dwarf2/cooked-index-shard.h"
#include "dwarf2/types.h"
-
-struct cutu_reader;
-struct dwarf2_per_cu;
+#include "dwarf2/read.h"
using cutu_reader_up = std::unique_ptr<cutu_reader>;