forked from OSchip/llvm-project
Constants.h - remove unnecessary forward declarations. NFC.
We have to include DerivedTypes.h
This commit is contained in:
parent
8ebab67785
commit
712b0a2026
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue