[llvm] fabf4af - IPDBInjectedSource.h - remove unused includes and forward declarations. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 03:41:44 PDT 2020
Author: Simon Pilgrim
Date: 2020-05-29T11:40:57+01:00
New Revision: fabf4afe0554303a73beeaec33541495e4cd2539
URL: https://github.com/llvm/llvm-project/commit/fabf4afe0554303a73beeaec33541495e4cd2539
DIFF: https://github.com/llvm/llvm-project/commit/fabf4afe0554303a73beeaec33541495e4cd2539.diff
LOG: IPDBInjectedSource.h - remove unused includes and forward declarations. NFC.
Added:
Modified:
llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h b/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h
index d5b36f9846b5..6ee6c7cc8fc1 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 <memory>
+#include <cstdint>
#include <string>
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
More information about the llvm-commits
mailing list