Include what you use in LanaiFrameLowering.{cpp,h}

llvm-svn: 362419
This commit is contained in:
Dmitri Gribenko 2019-06-03 17:01:52 +00:00
parent b46934eeb8
commit 179154f6b9
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@
#include "LanaiFrameLowering.h"
#include "LanaiInstrInfo.h"
#include "LanaiMachineFunctionInfo.h"
#include "LanaiSubtarget.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineFunction.h"

View File

@ -13,7 +13,6 @@
#ifndef LLVM_LIB_TARGET_LANAI_LANAIFRAMELOWERING_H
#define LLVM_LIB_TARGET_LANAI_LANAIFRAMELOWERING_H
#include "Lanai.h"
#include "llvm/CodeGen/TargetFrameLowering.h"
namespace llvm {