diff options
Diffstat (limited to 'gdb/dwarf2')
-rw-r--r-- | gdb/dwarf2/parent-map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/parent-map.h b/gdb/dwarf2/parent-map.h index 91a8b8c..130098f 100644 --- a/gdb/dwarf2/parent-map.h +++ b/gdb/dwarf2/parent-map.h @@ -21,10 +21,10 @@ #define GDB_DWARF2_PARENT_MAP_H #include "addrmap.h" -#include "dwarf2/types.h" #include "gdbsupport/gdb_obstack.h" class cooked_index_entry; +struct dwarf2_per_bfd; /* A class that handles mapping from a DIE range to a parent entry. |