From fabf4afe0554303a73beeaec33541495e4cd2539 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 29 May 2020 11:17:55 +0100 Subject: [PATCH] IPDBInjectedSource.h - remove unused includes and forward declarations. NFC. --- llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h b/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h index d5b36f9846b..6ee6c7cc8fc 100644 --- a/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h +++ b/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h @@ -9,15 +9,11 @@ #ifndef LLVM_DEBUGINFO_PDB_IPDBINJECTEDSOURCE_H #define LLVM_DEBUGINFO_PDB_IPDBINJECTEDSOURCE_H -#include "llvm/Support/raw_ostream.h" -#include +#include #include namespace llvm { -class raw_ostream; - namespace pdb { - /// IPDBInjectedSource defines an interface used to represent source files /// which were injected directly into the PDB file during the compilation /// process. This is used, for example, to add natvis files to a PDB, but -- 2.11.0