forked from OSchip/llvm-project
X86Operand.h - remove unnecessary includes. NFC.
This commit is contained in:
parent
43d6f9a876
commit
e4196b1cae
|
@ -17,9 +17,7 @@
|
|||
#include "llvm/MC/MCExpr.h"
|
||||
#include "llvm/MC/MCInst.h"
|
||||
#include "llvm/MC/MCParser/MCParsedAsmOperand.h"
|
||||
#include "llvm/MC/MCRegisterInfo.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/SMLoc.h"
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in New Issue