Constants.h - remove unnecessary forward declarations. NFC.

We have to include DerivedTypes.h
This commit is contained in:
Simon Pilgrim 2020-06-26 09:57:41 +01:00
parent 8ebab67785
commit 712b0a2026
1 changed files with 0 additions and 5 deletions

View File

@ -41,11 +41,6 @@
namespace llvm {
class ArrayType;
class IntegerType;
class PointerType;
class StructType;
class VectorType;
template <class ConstantClass> struct ConstantAggrKeyType;
/// Base class for constants with no operands.