forked from OSchip/llvm-project
Remove one last reference to Target in MC library.
llvm-svn: 136145
This commit is contained in:
parent
e33b166da1
commit
2833ad13f0
|
@ -15,6 +15,7 @@
|
|||
#include "llvm/MC/MCFixupKindInfo.h"
|
||||
#include "llvm/MC/MCInst.h"
|
||||
#include "llvm/MC/MCInstPrinter.h"
|
||||
#include "llvm/MC/MCObjectFileInfo.h"
|
||||
#include "llvm/MC/MCRegisterInfo.h"
|
||||
#include "llvm/MC/MCSectionCOFF.h"
|
||||
#include "llvm/MC/MCSectionMachO.h"
|
||||
|
@ -28,7 +29,6 @@
|
|||
#include "llvm/Support/MathExtras.h"
|
||||
#include "llvm/Support/Format.h"
|
||||
#include "llvm/Support/FormattedStream.h"
|
||||
#include "llvm/Target/TargetLoweringObjectFile.h"
|
||||
#include <cctype>
|
||||
using namespace llvm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue