Skip to content

Commit

Permalink
DebugInfo: Prune unnecessary forward declarations
Browse files Browse the repository at this point in the history
Probably these forward declarations were once useful, but they certainly
don't belong here now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235405 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
dexonsmith committed Apr 21, 2015
1 parent 7f89271 commit fb32d52
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions include/llvm/IR/DebugInfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,9 @@
#include <iterator>

namespace llvm {
class BasicBlock;
class Constant;
class Function;
class GlobalVariable;
class Module;
class Type;
class Value;
class DbgDeclareInst;
class DbgValueInst;
class Instruction;
class Metadata;
class MDNode;
class MDString;
class NamedMDNode;
class LLVMContext;
class raw_ostream;

/// \brief Maps from type identifier to the actual MDNode.
typedef DenseMap<const MDString *, MDNode *> DITypeIdentifierMap;
Expand Down

0 comments on commit fb32d52

Please sign in to comment.