1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 c65393b311
commit c65c6f927a
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"