TargetSubtargetInfo.h - remove unnecessary forward declarations. NFC.

We have to include MCSubtargetInfo.h
This commit is contained in:
Simon Pilgrim 2020-06-26 11:46:52 +01:00
parent a1a355a42e
commit 6fafde0387
1 changed files with 0 additions and 4 deletions

View File

@ -25,7 +25,6 @@
#include <memory>
#include <vector>
namespace llvm {
class CallLowering;
@ -42,9 +41,6 @@ struct MCWriteProcResEntry;
class RegisterBankInfo;
class SDep;
class SelectionDAGTargetInfo;
struct SubtargetFeatureKV;
struct SubtargetSubTypeKV;
struct SubtargetInfoKV;
class SUnit;
class TargetFrameLowering;
class TargetInstrInfo;