Skip to content

Commit

Permalink
X86Operand.h - remove unnecessary includes. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
RKSimon committed Apr 26, 2020
1 parent 43d6f9a commit e4196b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Target/X86/AsmParser/X86Operand.h
Expand Up @@ -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>
Expand Down

0 comments on commit e4196b1

Please sign in to comment.