forked from Imagelibrary/binutils-gdb
gdb: remove unused include, add forward declaration in dwarf2/parent-map.h
dwarf2_per_bfd is used but never declared in this file, forward-declare it. dwarf2/types.h is unused, according to clangd. Change-Id: I324b68894008af20307030c9e36c5abe06e36a78
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user