forked from OSchip/llvm-project
IPDBRawSymbol.h - remove already declared forward declarations. NFC.
PDBTypes.h holds most PDB forward declarations already, move IPDBSession in there as well.
This commit is contained in:
parent
f5a59bea4f
commit
f75e91fa13
|
@ -21,10 +21,6 @@ class StringRef;
|
|||
|
||||
namespace pdb {
|
||||
|
||||
class IPDBSession;
|
||||
class PDBSymbolTypeVTable;
|
||||
class PDBSymbolTypeVTableShape;
|
||||
|
||||
enum class PdbSymbolIdField : uint32_t {
|
||||
None = 0,
|
||||
SymIndexId = 1 << 0,
|
||||
|
|
|
@ -28,6 +28,7 @@ class IPDBDataStream;
|
|||
class IPDBInjectedSource;
|
||||
class IPDBLineNumber;
|
||||
class IPDBSectionContrib;
|
||||
class IPDBSession;
|
||||
class IPDBSourceFile;
|
||||
class IPDBTable;
|
||||
class PDBSymDumper;
|
||||
|
|
Loading…
Reference in New Issue