1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 07b2d5cea2
commit 3705e589ad

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.