X86Operand.h - remove unnecessary includes. NFC.

This commit is contained in:
Simon Pilgrim 2020-04-26 12:11:49 +01:00
parent 43d6f9a876
commit e4196b1cae
1 changed files with 0 additions and 2 deletions

View File

@ -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>