Remove some unused includes to fix layering.

llvm-svn: 328745
This commit is contained in:
David Blaikie 2018-03-29 00:29:45 +00:00
parent 3d94e9f320
commit b3f471a4bd
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "BPFInstPrinter.h"
#include "BPF.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"

View File

@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "Lanai.h"
#include "LanaiAluCode.h"
#include "MCTargetDesc/LanaiBaseInfo.h"
#include "MCTargetDesc/LanaiFixupKinds.h"
#include "MCTargetDesc/LanaiMCExpr.h"