Index: lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h =================================================================== --- lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h +++ lldb/trunk/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h @@ -13,8 +13,6 @@ #include "DWARFAttribute.h" #include "SymbolFileDWARF.h" -class DWARFCompileUnit; - class DWARFAbbreviationDeclaration { public: enum { InvalidCode = 0 }; Index: lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h =================================================================== --- lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h +++ lldb/trunk/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h @@ -21,10 +21,6 @@ #include "DWARFFormValue.h" #include "NameToDIE.h" -class SymbolFileDWARF; -class DWARFCompileUnit; -class DWARFDebugInfoEntry; - class DWARFMappedHash { public: enum AtomType : uint16_t {