[DebugInfo] Forward-declare PDBFile (NFC)
authorKazu Hirata <kazu@google.com>
Thu, 28 Jan 2021 07:25:38 +0000 (23:25 -0800)
committerKazu Hirata <kazu@google.com>
Thu, 28 Jan 2021 07:25:38 +0000 (23:25 -0800)
commitf82b5a647eb7c89cc217f1f1e60225c19f70b8f9
treed2f08dbce7bff79ef43f3ff23948f4058c8cc313
parent50f1aa1db5c59499b40abda1f565a3db1ebd7ee4
[DebugInfo] Forward-declare PDBFile (NFC)

NativeEnumInjectedSources.h needs PDBFile but relies on a
forward declaration of PDBFile in InjectedSourceStream.h.
This patch adds a forward declaration right in
NativeEnumInjectedSources.h.

While we are at it, this patch removes the one in
InjectedSourceStream.h, where it is unnecessary.
llvm/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h
llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h